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

body {
  height: 100%;
  background: #000000;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

#canvasHome {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#title {
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  -webkit-align-self: center;
          align-self: center;
  text-align: center;
}
#title h1 {
  font-weight: 300;
  font-size: 40px;
}
#title h2 {
  font-weight: 100;
  font-size: 20px;
}
