#content {
    overflow-y: auto;
    width: 84%;
    height: 90%;
}
header h1 {
    width: 1000px;
}
h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #c5073d;
    padding: .5rem 0;
    text-align: left;
}
h3 {
    font-size: 2rem;
    padding: .5rem 0;
}
p {
    padding: .5rem 2rem 1rem 0;
    font-size: 1.5rem;
    line-height: 2.2rem;
    /* font-weight: bold; */
    text-align: justify;
}
a,
a:active {
    text-decoration: none;
    color: black;
}
a:hover {
    color: #c5073d;
}
.cell {
    float: left;
    min-width: 30%;
}
br {
    clear: both;
}
.divmention {
    float: left;
    width: 50%;
}
@media screen and (orientation: portrait) {
    header h1 {
        display: inline;
    }
}