﻿/* basic styles */

html, body {
    height: 100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
	background-image: url('../images/zilvergracht.jpg');
	
}

.header {
    width: 350px;
    padding: 5px 10px;
    margin: 40px auto;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.4);
    color: #1F1F1F;
    font-family: 'Amatica SC', cursive;
    font-size: xx-large;
    text-align: center;
}
