body {
    background-color: lightblue;
}

#willkommen {
    background-color: rgb(144, 187, 144);
    width: 50%;
    height: 25%;
    left: 25%;
    top: 50%;
    position: absolute;
    font-size: 4vw;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px;
    border-color: black;
    border-style: solid;
    border-radius: 50px;
}

#gruss {
    background-color: rgb(44, 44, 44);
    color: azure;
    width: 100%;
    height: 10%;
    left: 0%;
    top: 0%;
    position: absolute;
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

#leiste {
    background-color: rgb(44, 44, 44);
    color: azure;
    position: absolute;
    width: 100%;
    height: 10%;
    left: 0%;
    bottom: 0%;
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nameeingeben {
    position: absolute;
    width: 30%;
    height: 10%;
    left: 40%;
    top: 20%;
    border: 5px;
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;

}

#eingabezeile {
    position: absolute;
    width: 30%;
    height: 10%;
    left: 35%;
    top: 30%;
    border: 5px;
    border-color: black;
    border-style: solid;
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 20px;
    border-radius: 10px;

}

.quadrat {
    position: absolute;
    width: 3%;
    height: 6%;
    background-color: red;

}

#q1{
    left: 10%;
    top: 10%;
}

#q2{
    left: 20%;
    top: 20%;
}

#q3{
    left: 30%;
    top: 40%;
}

#q4{
    left: 40%;
    top: 80%;
}

#q5{
    left: 80%;
    top: 50%;
}

#q6{
    left: 70%;
    top: 80%;
}

#q7{
    left: 80%;
    top: 90%;
}

#q8{
    left: 75%;
    top: 20%;
}

#q9{
    left: 74%;
    top: 30%;
}

#q10{
    left: 20%;
    top: 80%;
}

#q11{
    left: 10%;
    top: 70%;
}