@font-face {
    font-family: COMIC;
    src: url('../fonts/COMIC.TTF');
}

body {
    font: 14pt Arial, sans-serif;
}
.container {
    margin: 30px 0;
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: wheat;
}
.link a {
    color: black;
}
.link a:hover {
    color: grey
}
.form-cards {
    font-size: 14pt;
}
.card-a, .card-c {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}
.card-b, .card-d {
    font-family: COMIC;
    color: #999
}
.screen-timer {
    font-size: 10pt;
    position: fixed;
    top: 0;
    right: 100px;
    padding: 10px;
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#timer {
    font-size: 18pt;
    font-weight: bold;
}
.card-footer {
    font-size: 10pt;
}