body {
    background-image: url("bilder/desu.jpg");
    background-attachment: fixed;
}

#menu_oben {
    background-color: #F8E0F1;
    position: absolute;
    width: 650px;
    height: 30px;
    top: 8%;
    left: 25%;
}

#eintraege {
    background-color: #F8E0F1;
    position: absolute;
    width: 650px;
    height: 1000px;
    top: 12%;
    left: 25%;
}

#eintrag {
    
}

h1 {
    text-align: center;
}

input {
    background-color: #F6CEF5;
    border: none;
    color: black;
    text-align: center;
    font-size: 20px;
    width: 100px;
    height: 30px;
}

a {text-decoration: none;}