@font-face {
    font-family: 'Adhesion';
    src: url('Adhesion-Regular.eot');
    src: local('Adhesion Regular'), local('Adhesion-Regular'),
        url('Adhesion-Regular.eot?#iefix') format('embedded-opentype'),
        url('Adhesion-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
 background: #b80000;
 color: #000;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 min-height: 100vh;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: Adhesion;
 font-weight: normal;
 font-style: normal;
 font-size: 1.8rem;
}

a {
    text-decoration: none;
    color: white;
    border: solid 1px #F3F1E6;
    display: block;
    padding: 2px;
    border-width: 5px;
}

.content-container {
    max-width: 900px;
}

.content-footer {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    margin-bottom: 10rem;
}
