@import url('https://rsms.me/inter/inter.css');

html,
body {
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: black;
    color: white;
    text-align: center;
    user-select: none;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15vmin;
}

#text {
    cursor: pointer;
    font-weight: 900;
}

#bottom-text {
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 2vmin;
    width: 100%;
    visibility: hidden;
}
