body {
  background-image: url("img/backroom\ 2.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: sans-serif;
  text-align: center;
}

.btn {
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  background-color: #333;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
}

.btn:hover {
  background-color: #960d41;
}

.text {
  font-size: 16px;
  max-width: 80%;
  text-align: center;
}
