@font-face {
    font-family: 'Strawford';
    src: url('Strawford-Regular.woff2') format('woff2'),
        url('Strawford-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    background: #fdf5eb;
    text-align: center;
    padding: 2rem 0 2rem 0;
    font-family: 'Strawford';
    text-transform: uppercase;
    font-size: 14px;
    color: #2c3323;
    line-height: 1.6;
}
@media screen and (min-width: 64em) {
    .container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-width: 100vw;
        min-height: 100vh;
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        overflow-y: scroll;
    }
}
a{
    color: #2c3323;
}
a:hover{
    color: #bf7256;
}
.logo{
    max-width: 180px;
}
p{
    margin-top: 0;
}