@import url(//fonts.googleapis.com/css?family=Oswald:400,700,300);

#canvas {
    min-width: 100%;
    min-height: 100%;
    margin-top: -9em;
    margin-left: 5em;
}

#titlediv {
    top: 30%;
    left: 1em;
    margin-top: 0em; /* set to a negative number 1/2 of your height */
    margin-right: 5em; /* set to a negative number 1/2 of your width */
    position: relative;
    pointer-events: none;
}

body {
    font-family: 'Oswald';
    font-size: 100px;
    min-height: 100%;
    margin: 0;
    background-color: #00deb7;
}
