﻿body {
    background-color: #333;
    box-shadow: inset 0px -300px 150px -150px #333;
}

h1 {
    font-family: 'Contrail One', 'cursive';
    color: #eaeaea;
    text-shadow: 5px 5px 5px #333;
}

.wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    /*margin-top: -100px;
    margin-left: -200px;*/
	margin-top: -10%;
    margin-left: -10%;
}
