.title {
    text-align: center;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 8vh;
    color: white
}

.textboxdiv {
    background-color: #141414;
    text-align: center;
    padding: 0.5rem;
}

a {
    color: white;
}

.textbox {
font-size: 64px;
}

.background {
    background-color: #0f0f0f;
}

button {
    background-color: #1a1919;
}