/*
 ELEMENTS
*/

html {
    background-color: rgb(33, 32, 32);
    color: aliceblue;
    font-family: "Times New Roman", Times, Serif;
}

a {
    color: rgb(124, 112, 255);
}
/*
 CLASSES
*/

.small {
    font-size: small;
}

.xsmall {
    font-size: smaller;
}

.middle {
    text-align: center;
}