@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family: "Reddit Sans", sans-serif;
    background-color: cornsilk;
}

body {
    display: flex;
    flex-direction: column;
}

h1 {
    text-align: center;
}

main {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

main p {
    align-self: center;
    text-transform: uppercase;
    font-size: 12rem;
    font-weight: bold;
}
