body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    background: url('../img/background.jpg') no-repeat top center fixed;
    background-size: cover;
    padding-top: 20px;
}

header {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

main {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    position: relative;
}

div.tandvlees {
    position: absolute;
    top: 60px;
    right: 0;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}

div.asterix {
    line-height: 0.75;
    font-size: 30px;
}

img.logo {
    margin-top: 20px;
}

p {
    font-size: 17px;
    padding-right: 20px;
}

a {
    color: rgb(71, 191, 220);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
