* {
    font-family: "Raleway", sans-serif;
}

body {
    background-color: #000033;
}

#header {
    position: absolute;

    top: 10%;
    left: 0;
    right: 0;

    color: #eeeeee;
    opacity: .6;
    text-align: center;
}

h1 {
    font-size: 36pt;
    font-weight: bold;
}
