.oaw-404 {
    max-width: 600px;
}

.oaw-404 p {
    line-height: 1.8;
    font-size: 20px;
    margin: 1.5rem 0;
    overflow-wrap: anywhere;
    font-family: var(--oaw-serif);
}

.oaw-404 p a:link,
.oaw-404 p a:visited {
    color: black;
    text-decoration: underline;
}

.oaw-404 p a:hover {
    text-decoration: none;
}

.oaw-404-btns-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media only screen and (min-width: 576px) {
    .oaw-404-btns-wrap {
        flex-direction: row;
    }
}

.oaw-404-btns-wrap .oaw-btn {
    font-size: 20px;
}

.oaw-404-btn:hover {
    background-color: var(--oaw-gray-300);
}