body{
background-color: white;
font-family: Helvetica, sans-serif;
margin: 0 auto;
}

.logo_icons{
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgclick{
    display: flex;
    text-align: center;
    justify-content: center;
}

.logo_icons img{
    padding: 10px;
    width: 330px;
}

.cover-information{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cover-information img{
    width: 100%;
}

.profile-pic{
    width: 10rem !important;
    height: 10rem !important;
    position: absolute;
    top: 4.7rem;
    border-radius: 100%;
}

.details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F7F7FA;
    padding: 10px 0;
    width: 100%;
}

.name{
    display: flex;
    flex-direction: row;
    font-size: 18px;
    margin: 50px 15px 0px 15px;
    text-align: center;
    font-weight: 400;
    color: black;
}

.name img{
width: 30px;
margin-left: 7px;
}

.location{
    display: flex;
    flex-direction: row;
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
    line-height: 0;
}

.location img {
    margin-right: 8px;
    width: 15px;
 }

 .description{
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    margin-top: -0.5px;
 }

 .cta img{
    width: 25px;
    margin-right: 8px;
 }
 .cta{
    margin: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 22px;
    color: white;
    background-color: #64CC4A;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
 }


 .img-section{
    display: flex;
    justify-content: space-around;
    padding: 5px 15px;
    align-items: baseline;
 }
 .img-present{
    width: 11em;
    height: 14em;
    margin: 0 5px;
    border-radius: 50px;
 }

 .callToUnlock{
    position: absolute;
 }

 .fitImg{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
 }

 .legal {
    padding: 15px 0;
    width: 100%;
    color: #961A27;
  }

  .styleterms {
    text-decoration: none;
    color: #EB2131;
    font-size: 13px;
    padding: 0 5px 0 5px;
    font-weight: 700;
  }

  .styleterms::before {
    color: #FE5770;

  }

  .links {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .descriptionlegal {
    font-size: 13px;
    text-align: center;
  }

  @media screen and (min-width: 1000px){
    .main{
    width: 20%;
    margin: 0 auto;
    }
    .profile-pic{
        width: 7% !important;
    }
  }