.cnt-no-script {
  margin: 0 auto;
  max-width: 40%;
  height: 98vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.cnt-no-script .container {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
  0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background: lightgoldenrodyellow;
}

.cnt-no-script h1 {
  color: #004085;
}

.cnt-no-script h3 {
  display: flex;
  justify-content: space-evenly;
}

.cnt-no-script h3 span {
  color: orange;
}

.cnt-no-script h1, h5, .footer {
  font-family: sans-serif;
}

.cnt-no-script h1, h3 {
  text-align: center;
}

.cnt-no-script .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
  background: #2e3235;
  height: 40px;
  padding-top: 20px;
  font-weight: bold;
}
