.image img{
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hormonaldisorder{
    /* border: 2px solid red; */
    width: 1000px;
    height: 350px;
    width: 80%;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 10px;
}
.hormonebutton{
    margin-top: 30px;
    padding: 10px;
}
.hormonebutton a{
    border: 2px solid #E63946;
    margin-left: 550px;
    margin-top: 100px;
    padding: 10px 100px;
    font-size: 50px;
    border-radius: 20px;
    background-color: white;
    color: #E63946;
    font-weight: bold;
    text-decoration: none;
}
.hormonebutton a:hover{
    color: white;
    background-color: #E63946;
    border: 2px solid white;
}