/* Inside your style.css file */
body {
    background-color: black;
    color: #CC5500;
}
h1 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 80px;
}
/* ... and so on */