#aside1 {
    background: white;
}

#links>p {
    color: #008000;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}
.buttons {
    width: 100%;

    display: flex;

    position: relative;
    box-sizing: border-box;

    text-align: center;
}
.buttons span, .buttons a {
    width: 250px;

    display: inline-block;
    margin: auto;
    padding: 10px;

    color: white;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

    background-color: #96d43f;
}
 .buttons a  {
    color: black;
 }
.button {
    flex: 1;
    padding: 10px;
}
.hidden {
    background-color: white;
    border-bottom-left-radius: 10px;
}


#content>div>article {
    background-color: #d9d9d9;
    border-radius: 10px;
}

#theory_exam {
    margin: 10px;
    padding: 50px;

    font-size: 16px;

    background-color: white;
    
}
#content>div> article#info_exam {
    border: 0px;
    padding: 0 0 20px 0;
}
#phone {
    color: #FF0000;
    font-weight: bold;
}
.centerText {
    text-align: center;
}
.link {
    display: inline-block;
    margin-bottom: 25px;

    color: black;
    font-weight: bold;
    text-decoration: underline;
}
#location_header {
    color: #008000;
    font-weight: bold;
    font-style: italic;
}
.link_location {
    display: inline-block;
    margin-bottom: 25px;

    line-height: 30px;

    color: black;
    text-decoration: none;
}

.link_location:hover {
    text-decoration: underline;
}

hr {
    width: 100px;
    display: inline-block;

}