/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.12.2014, 18:55:35
    Author     : Lukas
*/
body {
    font-size: 220%;
    font-family: 'Open Sans';
    font-weight: 300;
    color: #fff;
    margin: 0;
    background-color: #000;
    background-image: url('background.jpg');
    
}
h1 {
    font-size: 3em;
    font-weight: 800;
    padding: 0;
    margin: 0;
     color: #ffba43;

}
div {
    display: block;
    margin: 8% 15%;
    font-weight: 400;
     color: #fffaf0;
}

