*{
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", serif;
}
body{
    background-color: rgb(245, 245, 245);
}

hr{
    border: 0px;
    background-color: blue;
    width: 100%;
    height: 1.3px;
}

#upperprofile{
    display: flex;
}

   

#profilepicturecontainer{
    width: fit-content;
    margin: 50px 30px 50px auto;
    border: 10px solid #0C5CAA;
    border-radius: 150px;
}
#profilepicturecontainer img{
    border: 150px;
}
#profilestatus{
    width: fit-content;
    margin: auto auto auto 60px;
}
#age-sex-marital{
    display: flex;
}
#name,#age,#sex,#marital{
    background-color: rgb(255, 255, 255);
    box-shadow: 4px;
    padding: 15px 30px 10px 16px;
    margin: 10px;
    border-radius: 4px;
}

/* mind profile  */
#midprofile{
    display: flex;
    width: fit-content;
    margin: 35px auto 50px 150px;
    scale: 1.2;
}

#midprofile .weightinput{
    margin-left: 20px;
}

#health-disability-container{
    margin: 0px auto 10px 20px;
}

#healthstatus, #Disabilitystatus{
    padding: 10px 20px;
    border-radius: 6px;
    margin: 10px;
    background-color: white;
}



/* lower profile  */
#lowerprofile{
    margin: 20px auto 120px 160px;
    height: auto;
    width: fit-content;
}

#lowerprofile #section3{
    padding: 4px;
    margin: 20px auto 10px auto;
    gap: 20px;
    height: auto;
}
#lowerprofile #section3 div{
    background-color: white;
    padding: 6px 2px;
    border-radius: 6px;
    text-align: center;
}

#logout{
    padding: 0.8vh 2.5vw;
    background-color: #0C5CAA;
    color: aliceblue;
    border-radius: 8px;
    margin: 3vh 0px
}