@font-face {
  font-family: PixeloidMono;
  src: url('fonts/PixeloidMono.ttf');
}

* {
  padding: 0;
  margin: 0;
}

body {
  background: #242a2f;
}

a {
  text-decoration: dashed underline;
  text-underline-offset: 0.275rem;
  text-decoration-color: inherit;
  color: white;
}

.footer {
  color: white;
  text-align: center;
  font-family: PixeloidMono, ui-monospace, monospace;
  margin-top: 2rem;
}

#cloud {
  width: 100%;
  height: 85vh;
  margin-top: 2rem;
}

#cloud canvas {
  border-radius: 0.5rem;
}