body {
    font-family: sans-serif;
    padding: 0;
    margin: 0;
    background-color: #eee9e9;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
         -o-user-select: none;
        -ms-user-select: none;
            user-select: none;
   z-index: 2; 
}

#container {
  position: relative;
}
#container canvas, #overlay {
  position: absolute;
  vertical-align: middle;
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-text-stroke: 0.1px #eee9e9;
}
t{font-family: 'Source Sans Pro', sans-serif;
font-size: 5em;-webkit-text-stroke: 0px #eee9e9;
}