
body {
    max-width: 100%;
    background: url("./speedline.svg");
    color: white;
    font-weight: bold;
}

main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 2rem;
  max-width: 100%;
  color: white;
}

h1, h2, h3, h4, h5 {
  color: #dc93f8;
}
