body {
  background-color: rgb(98, 0, 238);
}

.logo {
  height: 2em;
  transform: translate(-0.3em, -0.5em);
}

.contents {
  display: grid;
  padding: 2em;
  margin: 0;
  border: 3px solid var(--playground-code-tag-color);
  border-radius: 0.5em;
  background-color: rgb(255, 255, 255);
  color: rgb(98, 0, 238);
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contents h1 {
  margin-top: 0.2em;
}

li a {
  color: rgb(98, 0, 238);
  text-transform: capitalize;
}

