.codeBlock {
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 24px;
  border-radius: 6px;
  white-space: pre;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
.justify {
  text-align: justify;
}
.marginVertical16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.marginVertical48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.image {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
