html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.short-notice {
    text-align: center;
    padding: 10px 25px;
    background-color: #ffb6b6;
    border: 1px solid #ff9595;
    position: absolute;
    z-index: 9999;
    display: hidden;
    white-space: nowrap;
    border-radius: 4px;
}