body {
  margin: 0;
  padding: 0;
background: url("safe-cool.png") no-repeat center center fixed;

  background-size: cover;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  max-width: 600px;
  width: 90%;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 8px #000;
  letter-spacing: 1px;
}

p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 4px #000;
}

a {
  color: #00ffff;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
