body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: linear-gradient(to bottom right, #f0f8ff, #d6ecff);
  color: #003366;
  text-align: center;
}

.container {
  margin-top: 50px;
}

h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

h2 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
  color: #666;
}

.logo-container {
  margin: 20px auto;
}

.main-image {
  width: 300px;
  max-width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.menu-buttons {
  margin-top: 30px;
}

button {
  padding: 12px 24px;
  margin: 10px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  background-color: #0077cc;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background-color: #005fa3;
}
