footer {
 background-color: #3D3D3D;
}

footer p {
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}

footer .links {
  margin: 15px;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

footer .right-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

footer a {
  text-decoration: none;
}

footer .linkedin-img {
  height: 35px;
  margin-right: 20px;
}