#root {
  display: grid;
  grid-template-columns: auto;
}

body {
  background-image: url(background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: black;
}

.title {
  margin: auto;
}
