body {
  background-color: #ffffff;
  text-align: center;
  margin: auto;
  max-width: 500px;
}

section {
  background-color: rgb(243, 243, 243);
  margin-top: 25px;
  padding-top: 3px;
  padding-bottom: 10px;
  padding-right: 35px;
  border-radius: 10px;
}

h2 {
  text-decoration: underline;
}

.Q {
  font-style: italic;
  font-weight: bold;
}

a {
  font-style: italic;
  font-weight: 600;
}
