* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

noscript .no-javascript {
  height: 100vh;
  background: #006FBA;
  color: white;
  font-family: "Helvetica Neue", Arial;
  flex: border-box;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}

noscript .no-javascript .logo {
  height: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

noscript .message {
  flex: auto;
  background: white;
  color: #777777;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 250px;
  margin: auto;
  text-align: center;
}

noscript h1 {
  font-size: 20px;
  border-bottom: solid 1px #d0d0d0;
  width: 100%;
  padding-bottom: 5px;
}
