@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: 0 !important
}


body {
  background: #03173c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Lato';
}

.temporarily-unavailable {
  text-align: center;
  margin-bottom: 100px;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

p, a {
  font-size: 1.2rem;
  color: #ccc;
}