.title {
  text-align: center;
}
.divider {
  margin: 4px;
}
.content {
  width: 816px;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
