body {
    margin: 0px;
    margin-top: opx;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
header {
    background-color: rgb(200, 230, 167);
    border-radius: 50px;
    margin-top: 0px;
    margin-left: 0px;

}
h1 {
    background-color: rgb(149, 184, 221);
}

img {
    border-radius: 50px;
    border-top-left-radius: 250px;
    width: 500px;
    margin: 10px;
    height: 100%;
}
section {
    border-radius: 50px;
}

.eins  {
    background-color: rgb(82, 82, 58);
    border-radius: 50px;
}

.zwei  {
    background-color: rgb(117, 117, 79);
    border-radius: 50px;
}

.drei  {
    background-color: rgb(103, 103, 48);
    border-radius: 50px;
}

.vier  {
    background-color: rgb(227, 227, 176);
    border-radius: 50px;
}

footer {
    background-color: rgb(185, 185, 140);
    border-radius: 10px;
    height: 100px;
}