*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    background: floralwhite;
}

img {
    max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

header a.logo {
    display: block;
    max-width: 250px;
    max-height: 250px;
    margin: 50px auto;
}

header a.logoText {
    display: block;
    max-width: 350px;
    margin: 50px auto;
    font-family: serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.2;
    color: #222;
    text-decoration: none;
}

#ohMain {
    isolation: isolate;
}

footer {
    margin: 50px auto 25px;
}

footer a.ohCopyright {
    color: #222;
    text-decoration: none;
}