#page_not_found {
    text-align: center;
}
#page_not_found h2 {
    font-size: 2rem;
}
.four-o-four {
    display: block;
    font-size: 2.5em;
    color: var(--teal);
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 35px;
    font-weight: 300;
}