form { width: 100%; } .center { width: 800px; height: 600px; margin-left: -400px; margin-top: -300px; } table { border-collapse: collapse; width: 100%; } th, td { text-align: center; border: 1px solid #ccc; padding: 10px; } table tr:nth-child(even) { background-color: #eee; } table tr:nth-child(odd) { background-color: #fff; } nav ol { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; width:100%; } nav li a, nav li div.willkommen { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } nav li { float: left; } nav li a:hover { background-color: #111; } nav li { border-right: 1px solid #bbb; } nav li:last-child { border-right: none; } svg { width: 100px; height: 100px; } div.actions { width: 400px; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 30px; color: #333; } a.button { display:block; padding: 15px; text-align: center; border-radius: 1px; border: 1px solid rgb(90, 90, 90); font-family: inherit; background-color: #eae9ea; }