body {
    background-color: white;
    font-family: terminal, monospace;
    font-weight: bold;
    color: black;
    text-shadow: 2px 2px 2px #A1C4D4;
}

.schrift {
    /*background-color: rgb(146, 137, 137);*/
    font-size: 18px;
    width: 250px;
    border: 1px black solid;
    padding: 10px;
    margin: 25px;
    float: left;
}

.flaeche {
    background-image: linear-gradient(0deg, #f5deb3 5%, #6495ed 50%)
    /*background-image: linear-gradient(0deg, #ff0000 0%, #6495ed 65%)*/
}

button {
    font-size: 15px;
    font-weight: 600;
}