html,
body {
  background-color: #aaccd3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: white;
  flex-direction: column;
  background-color: #1f7a8c;
  background-size: cover;
  background-image: url("https://cdn.skillind.com/intro.svg");
  background-repeat: no-repeat;
}

span {
  color: white;
  padding-left: 1rem;
}

.coming-soon article h1 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.coming-soon article {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

a {
  text-decoration: white;
  font-size: medium;
  color: white;
}
