* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #121212;
  color: #fff;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  padding: 20px;
}

.coming-soon-wrapper {
  max-width: 600px;
}

h1 {
  font-size: 3em;
  color: #f4d35e;
  margin-bottom: 20px;
}

p {
  font-size: 1.2em;
  margin-bottom: 15px;
}

a {
  color: #f4d35e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
