@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

* {
    letter-spacing: 0.12px;
    word-spacing: 0.16px;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #b0b0b0;
    font-family: "VT323", monospace;
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: clamp(1.2rem, 5.5vw, 6rem);
    margin: 0;
    padding: 0 1.5rem;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}

h1 a {
    color: inherit;
    text-decoration: none;
}

:focus {
    outline: 3px solid #555555;
    outline-offset: 2px;
}
