#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 > label, .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 > label {
    font-size: 125%;
    margin: 0;
    margin-bottom: 1%;
    margin-left: 2.5%;
    border: 0;
    color: #30508B;
}

.content_body > div {
    width: 95%;
}

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

.content_body > input[type=checkbox] {
    display: none;
}

.content_body > :not(input[type=checkbox]:checked) + div {
    height: 0;
    overflow: hidden;
}