

.water,.sleep_img,.distance,.standing{
    width: 500px;
    border-radius: 90%;
    margin-top: 2%;
}
.self_care{
    width: 200px;
    border-radius: 100%;
    margin-top: 2%;
}


.logo{
    padding-top: 20%;
    width: 100%;
    height: 500px;
    text-align: center;
    color: white;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(https://cdn.pixabay.com/photo/2016/03/09/09/13/water-1245677_1280.jpg);
    background-size: cover;
    background-position: center;
}

.ulist{
    list-style-type: lower-roman;
    text-align: left;
}

.olist{
    
    font-size: 130%;
}

/* comtent */

.content{
    text-align: center;
    margin-top: 5%;
}

.ulist1{
    padding-top: 20px;
    padding-right: 20px;
}
.detail-content{
   background-color: lightsalmon;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 3% 10% 10% 10%;
}

@media(max-width:555px)
{.water,.sleep_img,.distance,.standing{
    width: 300px;
    border-radius: 90%;
    margin-top: 2%;
}
.self_care{
    width: 200px;
    border-radius: 100%;
    margin-top: 2%;
}


}