
  .about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    background-color: var(--secondary-color);
  }
  
  .about-cotainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 2em;
    margin-bottom: 1em;
     background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  }
  
  .Malumbo-image {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 1em;
    border: 10px solid var(--main-color);
  
  }
  
  .about-me {
    text-align: center;
    display: flex;
    max-width: 70ch !important;
  }
  .about-me h5{
    color: var(--main-color);
    font-size: 2rem;
  }
  
  .bold-elogio{
    font-weight: bold;
  }
  .about-me {
    text-align: center;
    display: flex;
    max-width: 1ch;
  }
  .details-aboutme p {
    margin-top: 1em;
    color: var(--main-color);
  }
  
  /* CSS */
  .btn-more-btn{
    margin-top: 20px;
     margin-bottom:  1em;
  }
.btn-more {
  display: inline-block;
  padding: 12px 28px;
  background-color: var(--main-color); /* Blue */
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: 1s;
}

.btn-more:hover {
  opacity: 75%;
}

  
@media (max-width: 920px) {
  .about-me {
    max-width: 40ch;
  }
  
  .details-aboutme{
    max-width: 33ch;
  }
.Malumbo-image {
    width: 10rem;
    height: 10rem;
    border: 5px solid var(--main-color);
  }
   .about-me h5{
    color: var(--main-color);
    font-size: 1.5rem;
  }
   .details-aboutme p {
    text-align: justify;
    font-size: 1rem !important;
  }
  .btn-more:hover {
  opacity: 100% !important;
}
}