body {
    font-family: 'Google Sans Flex', sans-serif;
    background-color: #000000;
    color: #ffffff;
}

a {
    color: rgb(0, 183, 255);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    text-align: center;
}

.subtext {
    text-align: left;
    font-size: 10px;
    color: #929292;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}