#whatsapp {
    width: 10%;
    height: 10vw;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 89%;
    top: 60%;
    background: white;
    border-style: solid;
    border-width: 2.5px;
    border-radius: 50%/50%;
}

#whatsapp img {
    width: 60%;
    height: 60%;
    margin: 0;
}

#whatsapp p {
    width: 100%;
    height: 40%;
    margin: 0;
    font-size: 125%;
    color: #30508B;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.content_header {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content_body {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: baseline;
    overflow: scroll;
    background: #EEEEEE;
}

.content_header h2, .content_body h3, .content_body h4, .content_body h6, .content_body p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.content_header h2 {
    font-size: 150%;
    font-weight: bold;
    font-family: sans-serif;
    color: #009900;
    align-self: center;
}

.content_body > h3, .content_body > h4 {
    font-size: 135%;
    margin: 0;
    margin-bottom: 1%;
    color: #30508B;
    margin-left: 2.5%;
}

.content_body > h3 {
    margin-top: 1.25%;
}

.content_body > h4 {
    font-size: 130%;
}

.content_body > h6 {
    font-size: 125%;
    margin: 0;
    margin-bottom: 1%;
    margin-left: 2.5%;
    color: #30508B;
}

.content_body > p {
    width: 95%;
    font-size: 105%;
    margin: 0;
    margin-bottom: 1%;
    margin-left: 2.5%;
    columns: #30508B;
    color: #009900;
    text-align: justify;
}