.ü {
    font-family: "Arial", sans-serif;
    color: rgb(142, 196, 185);
    
}

body {
    background-color: #031d3c;
    margin: 20;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.logo {
    width: 500px;
    height: auto;
    display: felx;
  position: absolute;
  top: -100px;
  left: -70px
}






.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
    
}


button {
    
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    width: 100px;
    transition: transform 0.2s ease;
   
}

button:hover {
     transform: translateY(-10px);
}

.btnzahl {
    background-color: rgb(51, 92, 84);
}
.btnmax {
    background-color: rgb(149, 68, 255);
}

input {
    padding: 10px;
    font-size: 16px;
    width: 200px;
}


.ü{

display: flex;
justify-content: center;
}

.ä{

    color: rgb(255, 255, 255);

display: flex;
justify-content: center;
}

.ö{
    color: rgb(255, 255, 255);
display: flex;
justify-content: center;
}


@media (max-width: 1000px) {
    .logo {
        display: none;
    }
}