@import url("https://fonts.googleapis.com/css2?family=Assistant&family=Heebo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Roboto+Slab:wght@900&family=Rubik+Doodle+Shadow&display=swap");
.main-presentation {
  background-color: #4e2a8f65;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 45vh;
  max-width: 100vw;
  padding-top: 25px;
  justify-content: center;
  color: aliceblue;
  font-size: 25px;
}
.title-project {
  font-family: "Roboto Slab";

  padding-bottom: 15px;
}
.buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-family: "Roboto Slab";
}

.buttons > a {
  padding: 15px;
  background-color: aliceblue;
  margin-right: 15px;
  border-radius: 20px;
  padding: 6px 10px;
  text-decoration: none;
  color: #6f42c1;
  font-weight: 700;
  margin-top: 5px;
}

.img-presentation {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  justify-content: space-evenly;

  align-items: center;
}
.img-presentation > img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  margin: 5vh;
}

@media only screen and (max-width: 767px) {
  .img-presentation > img {
    width: 100%;
  }
}
