@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #111111;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.title {
  font-family: "Montserrat";
  text-align: center;
  width: 100%;
}

.title h3 {
  width: 100%;
  text-align: center;
  font-weight: 200;
  font-size: 24px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #EEEEEE;
  letter-spacing: 2px;
}

#logo {
  max-width: 10em;
}
