
body {
    background-color: #212529;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      
}

      .container {
         background: #212529;
          border-radius: 10px;
          padding: 20px;
          
      }
      .form-control {
          background-color: #333;
          color: #fff;
          border: none;
      }
      .form-control::placeholder {
          color: #aaa;
      }
      .btn-primary {
          background-color: #c600f7;
          border-color: #d42dfe;
      }
      .btn-primary:hover {
          background-color: #997707;
          border-color: #ffc400;
      }
      .logo {
          display: block;
          margin: 0 auto;
          width: 150px;
      }
      
      .form-title {
          text-align: center;
          font-size: 24px;
          margin-top: 20px;
      }
      /* Custom styles for the "Rezervasyon kodunuz" section */
      .reservation-code {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

    .reservation-code strong {
        font-weight: 700;
    }
    .logo-container {
        position: relative;
        display: inline-block;
    }
   
    #particles-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; /* Yıldızlar diğer içeriklerin altında olsun */
    }

    .container {
        /* İçeriklerin yıldızların üzerine bindiğini engellemek için z-index belirtin */
        position: relative;
        z-index: 1;
    }