* {
  margin: 0;
  padding: 0;
}
body {
  font-size: Roboto;
}
header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://res.cloudinary.com/www-scriptdan-xyz/image/upload/v1714930844/img-codepen/img--coming.jpg");
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.hero {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: "Dosis", sans-serif;
}
h1 {
  font-size: 60px;
  letter-spacing: 15px;
}
hr {
  width: 50%;
  margin: 30px auto;
  border: 1.5px solid #fff;
}
p {
  font-size: 20px;
  amrgin-bottom: 30px;
}
#launch {
  font-size: 3em;
  word-spacing: 20px;
}
