body {
    background-color: #b6c6d6;
    text-align: center;
    white-space: nowrap;
    color: #3c4248;
    font-family: 'Fira Mono', serif;
    font-size: clamp(12px, 1.9vw, 24px);
    font-weight: 500;
    margin: 0 auto;
}

h1 {
    font-family: 'Bangers', sans-serif;
    font-size: clamp(64px, 8vw, 100px);
    font-weight: normal;
    font-kerning: normal;
    letter-spacing: .03em;
}

h2 {
    font-family: 'Bangers', sans-serif;
    font-size: 64px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #3c4248;
    text-decoration: underline 2px;
}