body { background: dodgerblue; font-family: Short Stack; color: navy; } h1 { font-size: 2em; font-family: schoolbell; background: dodgerblue; padding: 40px; margin: 0; color: #fffaf0; text-align: center; } input { font-family: short stack; background-color: dodgerblue; color: #fffaf0; width: 99%; height: 30px; } button { background-color: dodgerblue; color: white; font-size: 130%; font-family: short stack; width: 100%; height: 50px; border: 4px solid navy; transition-duration: 1.9s; } button:hover { background: white; border: 4px solid dodgerblue; color: navy; } .Tabelle { width: 500px; margin: auto; } .Zeile { background: lightskyblue; padding: 1%; font-size: 110%; padding-left:5%; padding-right:5%; }