
* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: white;
}

html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgb(30, 30, 30);
}
