body {
  margin: 0;
  background: black;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.intro-screen {
  text-align: center;
  color: #FFD700;
}

.intro-screen img {
  width: 120px;
  margin-bottom: 20px;
}

.intro-screen button {
  margin: 10px;
  padding: 10px 20px;
  font-size: 16px;
  background: #FFD700;
  border: none;
  color: black;
  cursor: pointer;
}
