html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 30px 30px 0;
}

/* anton-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/anton-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#multiline {
    height: 90vh;
    font-family: Anton, sans-serif;
    line-height: 1.1;
    text-align: justify;
    text-transform: uppercase;
}

.link {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    background: darkblue;
    display: flex;
}

.link a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center;
    padding: 20px 10px;
    color: #ffffff;
    font-family: Anton, sans-serif;
    font-size: 24px;
}