* {
    user-select: none;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url('images/brookie.jpg');
    background-size: cover;
    background-position: center;
    font-family: "Honk", system-ui;
}

h2 {
    font-size: 5em;
    color: white;
    text-shadow: 3px 5px 3px black;
}

#counter {
    font-family: "Kanit", sans-serif;
    color: gold;
    font-size: 5em;
    text-shadow: 3px 5px 3px black;
}