body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}


.logo {
  width: 180px;
  margin-bottom: 25px;
  border-radius: 25px;           /* Köşeleri oval */
  border: 5px solid white;      /* Beyaz çerçeve */
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);  /* Gölge */
}

h1 {
  font-size: 1.8em;
  color: #1fa84b;  /* Yeşil renk */
  text-shadow: 0 2px 3px rgba(0,0,0,0.3); /* Yazı gölgesi */
  margin-bottom: 20px;
}

footer {
  font-size: 0.8em;
  color: #888;
}
