body {
    background-image: url(images/background_small.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
}

h1 {
    font-family: 'Bebas Neue', cursive;
    color: blanchedalmond;
    font-size: 5em;    
}

p {
    font-family: 'Roboto', sans-serif;
    color: blanchedalmond;
    font-size: 2em;;
}

