:root {
  font-family: "Roboto Mono", monospace;
  font-style: normal;
}

main {
  justify-content: center;
  justify-items: center;
  align-content: center;
}

h1 {
  justify-self: center;
  font-weight: 400;
}

section {
  margin: 24px 200px;
  justify-content: center;
}

section > h2 {
  text-shadow: 1px 1px 2px rgb(0, 255, 21);
  font-weight: 450;
}

ul {
  padding: 0;
  margin: 0;
  justify-content: center;
}

li {
  list-style: none;
  border: 0.1rem solid cadetblue;
  min-width: fit-content;
  padding: 8px;
  margin: 4px;
}
