.notice {
  position: sticky;
  top: 0;
  z-index: 11;
}

header {
  top: 30px;
}

@media (max-width: 600px) {
  header {
    top: 29px;
  }
}
