.content-container {
  position: relative;
}

.name {
  font-family: "Kalnia", sans-serif;
  font-size: 120px;
  z-index: 10;
  position: absolute;
  top: 2.9%;
  left: 2.5%;
  text-shadow: 0 0 5px white;
  z-index: 10;
}

.presentation-container {
  display: flex;
  margin-top: 8%;
}

h1 {
  text-align: center; /* Center the h2 */
}

.image-container {
  margin: auto;
}

.image-container img {
  /* height: 60%;
  width: auto; */
  transform: scale(0.8);
}

.text-container {
  padding-left: 2%;
  padding-right: 4%;
  margin-top: 4%;
  width: 60%;
  font-size: 20px;
  text-align: justify;
}

.diplome {
  margin-bottom: 1.5%;
}

.paragraph {
  margin-top: 3%;
}

@media (max-width: 1295px) {
  .name {
    font-size: 80px;
  }
}

@media (max-width: 1100px) {
  .image-container {
    padding-right: 0%;
  }
}

@media (max-width: 900px) {
  .text-container {
    margin-top: 12%;
    width: 90%;
    margin-bottom: 12%;
  }
  .image-container {
    display: none;
  }
  .name {
    margin-top: 5%;
    font-size: 55px;
  }
  .diplome {
    margin-top: 2.5%;
    margin-bottom: 4.5%;
    margin-left: 1.25%;
  }
}

@media (min-width: 900px) {
  .text-container {
    margin-top: 12%;
  }
}

@media (max-width: 600px) {
  .name {
    font-size: 33px;
  }
}
