@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
  background: #4285f4;
  font-family: 'Roboto', 'Arial', sans-serif;
}

#doge-cube canvas {
  margin-top: 40px;
  left: 0;
}

p {
  margin: auto;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #000;
}
