.whiteroom__message, .whiteroom__notice, .whiteroom__error {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto !important;
  font-size: 0.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .whiteroom__message, .whiteroom__notice, .whiteroom__error {
    font-size: 0.8vw;
  }
}