@import url('https://fonts.googleapis.com/css?family=Audiowide');
body, html {
  height: 100%;
  margin: 0;
  color: #fff;
  background-color: #000;
  font-family: 'Audiowide', normal;
}

#main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#title {
  color: #ADD8E6;
  text-align: center;
}

#logo-image {
  max-width: 100%;
  height: auto;
}

#hacker-canvas {
  width: 100%;
  height: 400px;
  background: #333;
}
