body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: url('Illuminati.png') no-repeat center center fixed;
  background-size: cover;
  color: white;
  text-align: center;
}

.container {
  margin-top: 100px;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.link {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}