html, body {
    background-color: black;
}

body {
    width: 100%;
    text-align: center;
}

i {
    font-size: 1.5em;
}

* {
    font-family: 'Croissant One';
    color: white;
}