.bg {
  background-image: url("image.jpg");

  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron {
  background-color: #a1cda8;
  width: 100%;
  height: max-content;
  padding-top: 80px;
}

.title_project {
  background-color: #a1cda8;
  width: fit-content;
  height: max-content;
  padding-top: 100px;
}

body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
}

#projects {
  background-color: #a1cda8;
}

.crop-img {
  object-fit: none;
  object-position: center;
  width: auto;
  max-height: 250px;
}

.footer {
  background-color: #b5dfca;
}

section {
  padding-top: 6rem;
}
