* {
    margin:0;
    padding:0;
}

body { 
    margin: 0;
    overflow:hidden; 
    font-family: 'Lato', sans-serif;
    text-align:center;
    color:#f8f8f8;
    font-family: 'Nunito', sans-serif;
}

canvas { 
    width: 100%; 
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    z-index: 5;
}

.overlay {
    position:absolute;
    width:350px;
    left:50%;
    top:25%;
    margin-left:-175px;
    padding:10px;
    z-index: 10;
    background:RGBA(17,85,102,0.8);
    border-radius: 5px;
}

h1 {
    font-size:3em;
}

p {
    margin:10px;
    font-size:.9em;
}