#start {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}

#start h1 {
  font-size: 4rem;
}

#start small {
  font-size: 1.25rem;
}

#start img {
  max-height: 45vh;
}

#experience h2 {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}

#education h2 {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}

#portfolio h2 {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}

#portfolio .card-img-container {
  height: 300px;
}

#portfolio img {
  height: inherit;
  object-fit: cover;
}

#portfolio .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  background: rgba(67, 78, 94, 0.6);
}

#portfolio .card-img-overlay > h3 {
  transition: 0.3s;
}

#portfolio .card-img-overlay:hover > h3 {
  padding-top: 50px;
}

#skills h2 {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
  margin-bottom: 4rem;
}

#skills .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}

#skills .card-img .fa {
  font-size: 2.5rem;
}

#skills .card-title {
  font-weight: bold;
  text-align: center;
}

#skills .card-body ul {
  list-style: none;
}

#skills .card-body li i {
  margin-right: 1rem;
}

#contact h2 {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}

#contact img {
  display: block;
  height: 200px;
  margin: 0 auto;
  object-position: 10px;
}

#contact .input-group-text {
  width: 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#contact .form-floating {
  flex-grow: 1;
}

#contact button {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}

#footer {
  background: linear-gradient(to right, #dfecf1, #f1f7f9);
}
