.container{
  height: 90vh;
}
.emphasis {
  font-weight: bold;
  text-decoration: underline;
}
.sub-text {
  margin: 12px 20px 0;
}
.sub-text p {
  font-size: 1.4rem;
}
.annotation {
  color: #eb5505;
  background: #fff3ed;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 22px;
  border-radius: 10px;
  text-align: center;
  margin: 16px 5px 0;
  padding: 8px 16px;
}
@media screen and (max-width: 320px) {
  .sub-text {
    margin-top: 8px;
  }
  .annotation {
    margin-top: 8px;
  }
}
