/* CSS file with two styles: one for font size 36px and another for 18px */

.notice-header {
  font-size: 36px;
}

.notice-text {
  font-size: 18px;
}