

#submit {
  padding: 5px;
  border-radius: 10px;
  font-family: 'PT Sans', sans-serif;
  border: 3px solid transparent; /* Beginne mit einer transparenten Border */
  transition: transform 0.5s ease, border 0.5s ease; /* Füge 'border' zur Transition hinzu */
  margin: 10px;
  color: rgb(179, 178, 178);
  background-color: #3f3e3e;
  top:5px;
  font-size: large;
}

#submit:hover {
  border-color: rgb(43, 0, 233);
  transition: transform 0.5s ease, border 0.5s ease;
  border-width: 3px;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-size:cover;
  background-image: url('https://i.ibb.co/28SkK0t/IMG-6117.jpg');
  backdrop-filter: blur(8px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  }

  .tologin {
    position: absolute;
      top:35%;
      right: 100px;
  }
  
  
  option{
    padding:10px;
  }
  .logo img {
    height: 80px; /* Set the desired height for your logo */
    width: auto;
    margin-left: 20px; /* Adjust this margin to move the logo to the left */
    padding: 10px;
    margin: 10px;
    background-color:white;
  }
  .header {
  background-color: #333;
  color: white;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  opacity: 0.5;
  }
  .container {
    margin-top: 70px; /* Adjust this margin to create space for the fixed header */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 28px;
    border: 1px solid #333232;
    background-color: rgb(0, 0, 0) , transparent;
    opacity: 0.8;
    box-shadow: 10px;
    color:#ddd;
    backdrop-filter: blur(8px);
}

select {
  padding: 5px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  border: 3px solid transparent; /* Beginne mit einer transparenten Border */
  transition: transform 0.5s ease, border 0.5s ease; /* Füge 'border' zur Transition hinzu */
  margin: 10px;
  color: rgb(179, 178, 178);
  background-color: #3f3e3e;
}

select:hover {
  border-color: rgb(43, 0, 233);
  transition: transform 0.5s ease, border 0.5s ease;
  border-width: 3px;
}

  .h3 {
    font-size: small;
    margin-bottom: 10px;
  }

  .herunterladen {
    padding: 8px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    border: 3px solid transparent; /* Beginne mit einer transparenten Border */
    transition: transform 0.5s ease, border 0.5s ease; /* Füge 'border' zur Transition hinzu */
    margin: 10px;
    color: rgb(179, 178, 178);
    background-color: #3f3e3e;
  }

  .herunterladen:hover {
    border-color: rgb(43, 0, 233);
    transition: transform 0.5s ease, border 0.5s ease;
    border-width: 3px;
  }

  .background-shuffle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: background 1s ease;
  }

  option {
    padding:5px;
  }

  .submitd {
    padding: 10px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    border: 3px solid transparent; /* Beginne mit einer transparenten Border */
    transition: transform 0.5s ease, border 0.5s ease; /* Füge 'border' zur Transition hinzu */
    margin: 10px;
    background-color: #3f3e3e;
  }
  
  .submitd:hover {
    border-color: rgb(43, 0, 233);
    transition: transform 0.5s ease, border 0.5s ease;
    border-width: 3px;
  }

  .cretits {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #646363; /* Adjust the color as needed */
    font-size: 14px;
    background-color: #333;
    border-radius: 50px;
    padding: 10px;
    opacity: 0.5;
  }