.main-container{
  width: 100%;
  height: 100vh;
  background-image: url("./../img/bg.png");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-card-container{
  width: 35vw;

  height: 90vh;
  margin: 0 auto;

  border-radius: 3vh;


}
.buttons-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 2vw;
  padding: 2vw;

}
.section-title{
  margin: 3vh 1vh 0 3vh;
  font-size: 2vw;
  font-family: 'Montserrat', sans-serif;
  color: #494848;
}
.top-card-container{
  width: 100%;
  height: 35%;
  border-radius: 3vh 3vw 0 0;

  background: rgba(136, 79, 229, 0.28);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.6px);
  -webkit-backdrop-filter: blur(8.6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.main-card-content-container{
  width: 100%;
  height: 65%;
  background-color: white;
  border-radius: 0 0 3vh 3vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mir-picture{
  width: 17vh;
  height: 17vh;
  background-image: url("./../img/fotoMir.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.is-size-6{
  font-size: 1.2vw;
}
.title-color{
  color: #ffffff;
}
.about-me-section{
  width: 100%;
  height: 60%;


}
.has-text-justified{
  text-align: justify;
  margin:3vh;
}
.contact-me-section{
  width: 100%;
  height: 40%;

  padding: 3vh
}
.title{
  font-weight: bold;
  font-size: 1.5vw;
  font-family: 'Montserrat', sans-serif;
  margin:  1vh 0;

}
.button-purple{
  all:unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  width: 10vw;
  height: 5vh;
  border-radius: 1vh;
  background-color: rgba(127, 2, 255, 0.09);
  color: #8300ff;
  font-size: 0.9vw;
  font-weight: bold;
}
.sub-title{

  font-size: 1.5vw;
  font-weight: lighter;
  font-family: 'Montserrat', sans-serif;

  margin:  1vh 0;

}
.section-content{

  font-size: 1.2vw;
  font-weight: lighter;
  font-family: 'Montserrat', sans-serif;
}
.has-text-white{
  color: white;

}
@media (max-width: 575.98px) {
  .main-card-container{
    width: 80vw;

    height: 90vh;
    margin: 0 auto;

    border-radius: 3vh;


  }
  .mobile-title-text{
    font-size: 6vw!important;
    text-align: center;
    margin:0 !important;
    padding:0 !important;
    margin-top: 1vh;
    padding-bottom: 1vh;
  }
  .mobile-subtitle-text{
    font-size: 4vw!important;
    text-align: center;
    margin:0 !important;
    padding:0 !important;
  }
  .mir-picture{
    width: 25vw;
    height: 25vw;
    object-fit: contain;
  }
  .section-title{
    font-size: 7vw!important;
    margin: 2vh 1vh;
    padding:0 !important;
    margin-top: 1vh;
    padding-bottom: 1vh;

  }
  .section-content{
    font-size: 3.4vw!important;
  }
  .button-purple{
    width: 40vw;
    height: 5.5vh;
    border-radius: 1vh;
    background-color: rgba(127, 2, 255, 0.09);
    color: #8300ff;
    font-size: 3vw;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .main-card-container{
    width: 80vw;

    height: 90vh;
    margin: 0 auto;

    border-radius: 3vh;


  }
  .mobile-title-text{
    font-size: .5rem !important;
  }
  .section-content{
    font-size:5vw!important;
  }
}
