@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
    margin: 0%;
    padding: 0%;
    background-color: #ffffff;
}

.about{
    display: flex;
    margin-top: 7%;
    flex-direction: column;
    padding: 10px;
    
}
.about_usr{
    font-family: outfit;
    font-weight: 500;
}
h5{
    font-size: 1.5em;
    font-family: outfit;
    font-weight: 400;
}
.info{
    margin: auto;
    display: flex;
    margin-left: 10%;
    margin-top: -5%;
    
}
.usr_img{
    height: 18em;
    margin-right: 3%;
    margin-top: 7%;
    border-radius: 100%;
    width: 300px;
    object-fit: cover;
    background-color: rgb(255, 169, 169);
}
ul li.about_usr{
    margin-top: 6%;
    font-size: 1.5em;
}
.name_usr{
    font-family: outfit;
    font-weight: 800;
    font-size: 4em;
}
h2{
    font-family: outfit;
    font-size: 2em;
    margin-left: 20%;
    margin-top: -1%;
}
h3{
    font-family: outfit;
    font-size: 1.8em;
    margin-top: 3%;
    font-weight: 500;
    text-align: center;
    color: black;
}

.btn_create_post{
    box-shadow: 4px 6px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border-style: none;
    background-color: #5096FF;
    color: #FFFFFF;
    font-family: outfit;
    width: 12em;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: auto;
    transition: .2s ease-in;
}
.btn_create_post:hover {
    background-color: #FFFFFF;
    color: #5096FF;
    transform: scale(1.2);
    border-radius: #5096FF 2px;
    
}

.botones_perfil{
    display:flex;
    gap: 10%;
    justify-content: center;
    align-content: center;
    
}

.logout{
    font-family: sans-serif;
    font-weight: 600;
    width: 15%;
    font-size: 1.3em;
    background-color: #FFFFFF;
    border-color: red;
    border-radius: 20px;
    color: red;
    transition: ease .3s;
}
.logout:hover{
    color: #FFFFFF;
    background-color: red;
    transform: scale(1.15);
}
.edit_profile{
    color: #333333;
    border-color: #a1a1a1;
    border-radius: 20px;
    font-family: sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    width: 15%;
    background-color: #FFFFFF;
    transition: ease .3s;
}
.edit_profile:hover{
    transform: scale(1.15);
    background-color: #a1a1a1;
    color: #FFFFFF;
}
.ul_botones{
    display: flex;
    
}
.usr_desc{
    font-family: sans-serif;
    font-size: .8em;
    box-sizing: content-box;
    border-radius: 20px;
    background-color: #f1f0f0;
    padding-left: 10px;
    height: 7em;
    width: 30em;
    padding-top: 5px;
    word-wrap: break-word;
}
.popup_container{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    z-index: 9;
    visibility: hidden;  
    justify-items: center;
  
}
.popup_box{
    width: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 15px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
}
.popup_bttns{
    display: block;
    justify-content: center;
    display: flex;
    justify-content: space-around;
    margin-bottom: 2%;
}
.close_popup{
    box-shadow: 4px 6px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    background-color: #ffffff;
    color: #1f1f1f;
    font-family: outfit;
    width: 8em;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: auto;
    height: 2em;
    cursor: pointer;
    transition: ease .2s;
}
.close_popup:hover{
    transform: scale(1.2);

}
.save_changes{
    box-shadow: 4px 6px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    border-style: none;
    background-color: #5096FF;
    color: #FFFFFF;
    font-family: outfit;
    width: 10em;
    height: 2em;
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: auto;
    cursor: pointer;
    transition: ease .2s;
}
.save_changes:hover{
    transform: scale(1.3);
}
.open-popup{
    visibility: visible;
}
.popup_input{
    font-family: sans-serif;
    font-weight: 400;
    
}
.popup_label{
    font-family: sans-serif;
    color: black;
    font-weight: 500;
    font-size: 1.4em;
    text-shadow: none;
    display: block;
    margin: auto;
    margin-top: -2%;
}
.popup_ins li{
   margin-bottom: 5%; 
   
}
.popup_ins input{
    margin-top: 2%;
    width: 50%;
    font-size: 1em;
    display: block;
    margin: auto;
 }
 select{
    margin-top: 2%;
    background-color: #f1f1f1;
    width: 50%;
    padding: 5px;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 1.2em;
    display: block;
    margin: auto;
 }
 input[type =file]{
    display: none;
 }
.add_pic{
    display: inline-block;
    color: #ffffff;
    padding: 10px 40px;
    background:#5096FF ;
    border-radius: 20px;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-family:sans-serif ;
    font-weight: 600;
 }
 .edit_desc{
    background-color: #ffffff;
    width: 22em;
    border-radius: 10px;
    width: 80%;
    height: 6em;
    text-align: start;
    padding: 10px;
    font-family: sans-serif;
    line-height: 1.5;
    font-size: 1em;
    flex-direction: column;
    margin: auto;
    display: block;
 }
 .add_pic_style{
    display: block;
    margin: auto;
    margin-bottom: 3%;
    box-sizing: content-box;
    border: dotted #a0a0a0 3px;
    height: 7em;
    width: 90%;
    justify-content: center;
    align-content: center;
 }
 a{
    text-decoration: none;
    color: black;
}