@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.jumbotron {
  padding-top: 7rem;
  background-color: #95a5a6;
}

#project {
  background-color: #95a5a6;
}

#about {
  padding-top: 0rem;
}

section {
  padding-top: 5rem;
}

.hovered-card {
  transition: 0.3s;
}
.hovered-card:hover {
  transform: scale(1.1);
}
