@font-face {
    font-family: 'infinium_guardian';
    src: url('infinium_guardian-webfont.eot');
    src: url('infinium_guardian-webfont.eot?#iefix') format('embedded-opentype'),
         url('infinium_guardian-webfont.woff2') format('woff2'),
         url('infinium_guardian-webfont.woff') format('woff'),
         url('infinium_guardian-webfont.svg#infinium_guardianregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.sv-font {
    font-family: 'infinium_guardian';
    font-style: oblique;
    font-size: 5vw;
}

body {
    font-family: system-ui, sans-serif;
    display: flex;
    min-height: 97vh;
    flex-direction: column;
    background-color: #111;
    color: #eee;
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #444;
}

a {
    color: #334577;
    text-decoration: none;
}