main {
  background-color: #0c0c0ce6;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  font-family: "Times New Roman", Times, serif;
  line-height: 2;
}

.back {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
}

h2 {
  color: white;
}

dt {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  color: #6a53d9;
}

dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
