/** @format */
.jumbotron {
  padding-top: 8rem;
  background-color: #e2edff;
  text-align: center;
}

#projects {
  background-color: #e2edff;
}

section {
  padding-top: 7rem;
}

.gallery-img {
  width: 100%;
}

#gallery .row > * {
  padding: 0;
}

.libutton {
  flex-direction: column;
  justify-content: center;
  padding: 7px;
  text-align: center;
  outline: none;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 200px;
  height: 32px;
  border-radius: 16px;
  background-color: #0A66C2;
  font-family: "SF Pro Text", Helvetica, sans-serif;
}
