html,
body {
  margin: 0;
  padding: 0;
  background: #d9d2e9;
  color: cadetblue;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-container {
  display: flex;
  width: 80%;
  height: 100vh;
  flex-direction: column;
}

.logo {
  width: 80%;
  height: 50%;
  background-image: url("./logo.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  align-self: center;
}

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

a {
  color: #553a96;
  text-decoration: none;
  font-weight: bold;
}
