body {
  background-image: linear-gradient(to bottom right, #434343 0%, black 100%);
  background-repeat: no-repeat;
  background-size: cover;
  height: max(100vh, 100%);
  padding: 0;
  margin: 0;
}

canvas {
  /* height: 50vh; */
  width: 100%;
}

h2, select {
  margin-left: 0;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.merriweather {
  font-family: 'Merriweather', serif;
}