#body{background-color:#f7f7f7;}main{max-width:700px;width:100%;padding:50px;margin:50px auto 0;text-align:center;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.3);display:flex;flex-direction:column;justify-content: space-between;align-items: center;min-height:550px;}h1{padding:0 0 14px;margin:0 0 19px;font:24px sans-serif;color:#333;font-weight:bold;}h2, h3, h4{padding:0 0 14px;margin:0 0 19px;font:22px sans-serif;color:#333;font-weight:bold;}h4{font-size:20px;}section{font:16px sans-serif;color:#555454;text-align:center }section.imprint, section.privacy{text-align:left;}a, a:active, a:hover, a:focus, a:visited{color:#620703;}p, li{font:20px sans-serif;color:#333 }a.cta{white-space:nowrap;margin: 30px auto;padding:15px;font:24px sans-serif;color:#fff;background-color: #620703;border-radius:15px;text-decoration:none;transition: all .2s ease-in-out;animation: moveInBottom 5s ease-out;animation-fill-mode: backwards;display: block;width: min-content;}a.cta:hover, a.cta:focus{filter: sepia(1);transform: translateY(-3px);box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);}nav{padding:15px;}nav a{font:14px sans-serif;color:#333;padding:0 20px;}@media (max-width: 420px) {.cta{font-size:18px;}}