@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

* {
    /* FONT */
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* color: white; "NOT USED" */
}

h1 {
    text-align: center;
}

.buttons {
    justify-content: center;
    margin-top: 10px;
}
