@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");

html,
body {
  margin: 0;
  padding: 0;

  width: 100vw;
  height: 100vh;
}
#world {
  position: absolute;
  top: 0;
  left: 0;
}
#info {
  font-family: "Source Code Pro", monospace;
  color: #fff;
  position: fixed;
  top: 40vh;
  height: 20vh;
  width: 100vw;
}

#info * {
  text-align: center;
}
