body {
  background-color: rgb(32, 31, 31);
  display: flex;
  justify-content: center;
  padding: 24px;
  width: 100vw;
  color: white;
}

main {
  width: 75ch;
}

.back {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  margin-bottom: 32px;
}

.back img {
  height: 24px;
  width: 24px;
}

strong {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 12px;
}

p,
li {
  font-size: 16px;
  line-height: 24px;
}

ul {
  margin-top: 4px;
}

a {
  color: #ffa500;
}
