/* color scheme */
/*

#ffffcb light amber
#f9e390 mid
#f5cb5b amber
#d8b252 dark amber
#181c1d black border

*/

.f76 {
    background-color: #181c1d;
    color: #f5cb5b;
    text-align: center;
}
.page-name {
    font-size: 300%;
    font-style: italic;
}
.game-name {
    color: #ffffcb;
    font-size: 150%;
}
.takes-place {
    color: #ffffcb;
    font-size: 160%;
}
.info-block {
    border: 2px solid ;
}

.developers {
    text-align: center;
}


.small-quote {
    font-size: 300%;
    font-style: italic;
    text-align: center;
}