@import url('https://fonts.googleapis.com/css?family=Acme');

body {
    /* Font */
    font-family: 'Acme', sans-serif;
    color: #601d24;

    /* The image used */
    background-image: url("images/back.jpg");

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h5 {
    color: #9e2835;
}

a:link, a:hover, a:visited {
    color: #9e2835;
}

