BODY {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    background-color: #232323;
}
H1, H2, H3, H4, H5, H6 {
    margin: 0;
    font-family: 'Roboto Slab', serif;
}
A, A:active, A:visited {
    font-family: 'Roboto Slab', serif;
    text-decoration: underline;
    color: white;
}
A:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
P {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #c2c2c2;
}