comicrel {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
}

archivo {
    font-family: "Archivo", sans-serif;
}

#centered {
    text-align: center;
}


#disclaimer {
    padding: 0px;
    font-size: 9px;
}

smallspace {
    padding: 12px;
}

buttonText {
    font-family: Consolas;
}

body {
    background: linear-gradient(0.25turn, #e66465, #ebf8e1, #9198e5);
    background-repeat: no-repeat;
    background-attachment: fixed;
}