html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-image: url(../images/cafe.jpeg);
    background-size: cover;
    background-attachment: fixed;
}

h1, h2{
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666;
}

h1{
    font-size: 1.5em;
}

h2{
    font-size: 1.25em;
}

#content {
    background-image: url(../images/coffee.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: white;
    color: black;
    width: 20%;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    top: 1em;
    right: 0.5em;
}