@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

#canvas {
    background: #FFC153;
    display: block;
    width: 100vw;
    height: 100vh;
}

body {
    position: relative;
}

#info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
}

a {
    color: #FFFFFF;
}