   body{
  background-image: url("./bilder/noFilter.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
      background-attachment: fixed; 
  background-size: 100% 100%;
   
}

form{
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(86, 6, 121, 0.3);

    width: fit-content;
    margin: auto;
}

h1{
    color:white;
    text-align:center;
}
    header{
    display: flex; 
    gap: 20px;
       background-color: rgba(16, 11, 18, 0.477);
       color: white;
       font-size: 20px;
       padding: 10px;
      
 }
 .logo{
 display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  width: 450px;
  height: 150px; 
    
}