/*
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 : Dec 6, 2015, 7:46:20 AM
    Author     : runner
*/

body {
    font-family: Monospace;
    background-color: #f0f0f0;
    margin: 0px;
    overflow: hidden;
}

#container {
    width:100%; 
    height:100%; 
    position:absolute;
}

#help {
    position:absolute;
    align-items: center;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    color: yellow;
}

#instructions {
    font-weight: bold;
}

p {
    align-content: center;
    padding: 1px;
    margin: 1px;
}

a {
    color: white;
}