noscript {
  font-family: Arial, Helvetica, sans-serif;
  color: #46B1EA;
  background: #f9f9f9;
  height: 100%;  
  overflow: hidden;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  text-align: center;
  height: 100vh;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.message p {
  font-size: 1.2rem;
  margin-bottom: 9px;
}

.message span {
  font-size: .9rem;
  line-height: 1.1rem;
  color: #bbb;
}

.message a {
  font-size: .9rem;
  margin-top: 10px;
  color: #46B1EA;
}