body {
    background-color: #000;
    color: white;
}

@font-face {
    font-family: 'meow';
    src: url('/fonts/angry.ttf') format('truetype');
}

h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 125px;
    color: #999;
}

h3 {
    font-family: 'meow', cursive;
    font-size: 75px;
    color: #c00;
}

.footer {
    background-color: #000;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}




