html {
  font-size: 14px;
}

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

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

body {
  margin-bottom: 60px;
}

.message {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 1000000;
    padding: 0;
    font-size: 15px;
}