@font-face {
    font-family: triviaFont;
    src: url(fonts/RockoFLF.ttf);
}

a {
    color: blue;
}

a:link {
    text-decoration: blue;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.center{
    padding: 70px 0;
    text-align: center;
}

.p0 {
    font-family: triviaFont;
    font-size: 3em;
}

.p1 {
    font-family: triviaFont;
    font-size: 2em;
}
