.beyaz-metin {
  color: white;
  font-size: 40px;
}

.beyaz-metin {
  color: white;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
 .cookie-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1e3a8a; /* lacivert mavi ton */
    color: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    flex-direction: column;
    max-width: 300px;
    font-size: 14px;
  }

  .cookie-popup a {
    color: #c0e7ff;
    text-decoration: underline;
  }

  .cookie-popup button {
    margin-top: 10px;
    cursor: pointer;
  }