body
{
    margin: 10px;
    background: #0A539C;
    height:100%;
    overflow:hidden;
}


#content
{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    text-align:center;
    overflow:auto;
    padding:20px;
}

#footer
{
    position:absolute;
    bottom: 0px;
    width:100%;
}

/*html, body {*/
    /*height: 100%;*/
/*}*/

a
{
    font-size:2em;
    transition:all 0.3s ease-in-out;
    color:rgb(255,255,255);
    text-decoration:none;
    background-color:rgba(0,0,0,0.1);
    padding:10px;
    border-radius:32px;
}

a:hover
{
    background-color:rgba(0,0,0,0.2);;
    box-shadow: inset 0 4px 4px #000000;
    margin-top:4px;
}

h1
{
    display: block;
    padding: 25px;
    color: white;
    font: bold 5em Arial, sans-serif;
}

h3
{
    color: white;
    font: bold 1em Arial, sans-serif;
}


canvas
{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

    transition: all 0.2s ease-in-out;
    border-radius:2px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

canvas:hover
{
    box-shadow: 0 14px 20px rgba(0,0,0,0.19), 0 6px 10px rgba(0,0,0,0.23);
}


textarea
{
    box-shadow 10px 10px 10px black;
    background-color:black;
    color:white;
    opacity:0.1;
    transition:0.2s opacity ease-in-out;

    display:block;
    margin-left:auto;
    margin-right:auto;
    width:80%;
}

textarea:hover
{
    opacity:1.0;
}
