body {
  font-family: "Noto Sans",Helvetica,Arial,sans-serif;
}

.site-is-not-available {
  text-align: center;
  padding: 10% 0;
}

.site-is-not-available__logo {
  width: 60px;
}

.site-is-not-available__title {
  font-size: 36px;
  color: #000000;
}

.site-is-not-available__label {
  font-size: 20px;
  color: #5B6165;
}

.site-is-not-available__label a,
.site-is-not-available__label a:visited {
  color: #f36d2e;
}

.site-is-not-available__copyright {
  font-size: 14px;
  color: #B1BABE;
}

.site-is-not-available__copyright-logo {
  width: 20px;
  position: relative;
  top: 5px;
  padding: 0 5px;
}

.site-is-not-available__copyright-link,
.site-is-not-available__copyright-link:visited {
  color: #f36d2e;
}
