@import 'https://fonts.googleapis.com/css?family=Quattrocento+Sans';

html {
    background-color: #222;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

    color: #eee;
    text-align: center;
}

span {
    cursor: default;
    font-family: 'Quattrocento Sans';
}
