*{
    margin: 0px;
    padding: 0px;
}



.nav-home{
    display: flex;
    justify-content: space-between;
    background-color: black;
    height: 50px;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1px;
}
.nav-home a{
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-family: monospace;

}
.header-home{
    display: flex;
    flex-direction: column;
    background-image: url(img/back.jpg);
    background-size: cover;
    height: 600px;
    background-position: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: monospace;
    letter-spacing: 1px;
}
.header-home h2{
    font-size: 36px;
    margin-bottom: 15px;
}
.header-home p{
    font-size: 18px;
    margin-bottom: 20px;
}
.header-home button{
    padding: 8px 26px;
    background-color: #6f0f41;
    color: white;
    letter-spacing: 1px;
    border: none;
    border-radius: 5px;
}
.header-home button:nth-of-type(2){
    background-color: #2c9279 ;
}

.treated-children h2{
    text-align: center;
    font-family: monospace;
    font-size: 22px;
    margin-bottom: 13px;
    margin-top: 20px
}
.treated-children hr{
    width: 200px;
    height: 2px;
    background-color: #e85353;
    margin: auto;
    margin-bottom: 30px;
}
.treated-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.treated-section img{
    width: 40%;
    margin-bottom: 50px;
}
.treated-section p{
    width: 35%;
    font-size: 19px;
    font-family: monospace;
    letter-spacing: 2px;
    line-height: 1.7;
    text-align: center;
}
