    body {
        width: auto;
        margin-top: 10%;
        background: linear-gradient(270deg, #dbaa08, #1ecc75)
    }
    
    h1 {
        font-family: sans-serif;
        font-size: 20px;
        display: flex;
        justify-content: center;
    }
    
    p {
        font-family: sans-serif;
        margin-top: -10px;
    }
    
    .eingabefeld {
        font-family: sans-serif;
        font-family: sans-serif;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ausgabefeld {
        margin-top: 100px;
    }
    
    label {
        font-family: sans-serif;
    }
    
    .p2 {
        font-family: sans-serif;
        font-weight: bold;
        color: #818181;
        font-size: 9px;
        margin-left: 600px;
    }
    
    button {
        color: rgb(104, 0, 0);
        font-weight: bold;
        width: 100px;
        background-color: #dbdbdb;
    }