body {
    overflow: hidden;
}

h1 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    color: var(--text);
}

a.button {
    position: fixed;
    bottom: 1rem;
    width: calc(100% - 4rem);
}

p.background {
    margin: 12vh 0 0 0;
    font-size: 10rem;
    font-weight: 900;
    color: var(--bg-color-light);
}

p:not(.background) {
    color: var(--text);
    font-size: 1.2rem;
}