html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.shutdown {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.shutdown--ethiopia,
.shutdown--superpicks {
  background: linear-gradient(180deg, #0057a3 0%, #0f3363 100%);
}

.shutdown--kenya {
  background: linear-gradient(180deg, #000 0%, #0f3363 100%);
}

.shutdown__logo {
  padding: 50px 0 20px;
}

.shutdown--ethiopia .shutdown__logo {
  padding: 40px 0 20px;
}

.shutdown--superpicks .shutdown__logo {
  padding: 50px 0 30px;
}

.shutdown__text {
  width: 300px;
}

.shutdown__text--spaced {
  margin-bottom: 20px;
}

.shutdown__text h6 {
  margin: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  text-align: center;
}

.shutdown__text p {
  margin: 1em 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.shutdown__text a {
  color: #1affff;
}

.shutdown__illustration {
  height: auto;
}

.shutdown--ethiopia .shutdown__illustration {
  width: 220px;
  height: 256px;
}

.shutdown--kenya .shutdown__illustration {
  width: 250px;
  height: 291px;
}

.shutdown--superpicks .shutdown__illustration {
  width: 190px;
  height: 310px;
}
