/* 
    created by Li Hao Sui / 08.04.2018
*/

h1 {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 3vw; 
}

h2 {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 2vw; 
}

#canvas {
    /*border: black 1px solid;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 0;
    margin: auto;
    display: block;
    background-color: white;
}

html, body { 
    width:90%; 
    height:90%; 
    background-color: black;
}

.center{
    text-align: center;
    padding: 150px 0;
    
}