.body {
  min-height: 3000px;
}

.jumbotron {
  padding-top: 6rem;
  background-color: #00cba9;
}

#projects {
  background-color: #00cba9;
}

section {
  padding-top: 5rem;
}

#contact {
  background-color: #00cba9;
}

.footer {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  text-align: center;
}
.footer .social-icons a {
  color: #000000;
  margin: 0 10px;
  font-size: 35px;
  text-decoration: none;
}
.footer .social-icons a:hover {
  color: #000000;
}
