html{
    
    background-color: beige;
}
body{
    margin:auto;
    background-color: antiquewhite;
    height: 800px;
    width:960px;
}
.formeln{
    position: relative;
    display: flex;
    width: 960px;
    height: 200px;
}
h1{
    text-align: center;
    font-size: 70px;
    color: red;
}
.spannung{
    color: #229838;
    font-size: 22px;
    line-height: 1.5;
    width: 400px;
    height: 180px;
    margin-left: 10px;
}
.leistung{
    color: #126be5;
    font-size: 22px;
    line-height: 1.5;
    width: 300px;
    height: 180px;
    margin-left: 10px;
}
.strom{
    color: #6a644b;
    font-size: 22px;
    line-height: 1.5;
    width: 220px;
    height: 180px;
    margin-left: 10px;
}
.tabelle{
    margin: auto;
    font-size: 22px;
    text-align: right;
}
.tabelle input{
    font-size: 18px;
}
.rechne{
    padding-top: 30px;
    margin: auto;
    font-size: 22px;
    width: 900px;
    height: 80px;
}
.rechne input{
    font-size: 16px;
}

.eingabe{
    padding-left: 10px;
    width: 320px;
    height: 22px;
}
.wert1{
    width: 320px;
    height: 22px;
}
.wert2{
    width: 300px;
    height: 22px;
}