.contact-me-section-container{
  width: 100%;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}
.contact-me-section-content-container{
  width: 100%;
  height: 90%;
  display: flex;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.contact-me-section-description-container{
  width: 65%;
  height: 100%;
  box-sizing: border-box;
  gap:5vh;
  padding-left: 2vw;


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.contact-me-section-description-text{
  margin-right: 4vw;
}

.footer{
  width: 100%;
  height: 10%;
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;


}
.contact-me-decoration-lines-container{
  width: 35%;
  height: 90%;
  background-image: url("../img/contact_me_lines_decorations_vertical.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-me-button{
  width: 26.8vw;
  height: 9vh;

  background-image: url("../img/buttonShape.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: 'Hune', sans-serif;
  font-size: 1.6vw;
  cursor: pointer;
}

