
body {
  margin: 0;
  background: black;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transform: scale(1.4);
}
.logo {
  width: 100px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2em;
  margin: 0;
}
.tagline {
  font-size: 1em;
  margin: 10px 0 20px;
}
.button {
  background: white;
  color: black;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}
