*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100svh;
  display: grid;
  place-items: center;
  background: #1e02af;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.coming-soon {
  text-align: center;
}

.logo {
  display: block;
  width: 220px;
  height: auto;
  margin: 0 auto 64px;
}

.contact-link {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 64px;
}

.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  line-height: 1;
}

.contact-link:hover,
.contact-link:focus-visible {
  text-decoration: underline;
}
