body{background:linear-gradient(135deg,var(--asta-blue) 0%,var(--asta-white) 175%);background-attachment:fixed;color:var(--asta-white)}header{text-align:center}h1{color:var(--asta-white)}header img{width:25rem}footer{position:relative;text-align:center}footer:before{content:"";background:var(--asta-white);position:absolute;top:0;left:25%;height:1px;width:50%}footer,footer a{color:var(--asta-white)}footer a:hover{color:var(--asta-dark-grey)}footer div.menu ul{display:flex;gap:1rem;justify-content:center;margin-top:1rem;padding-left:0}input[type=submit],a.white-button{background-color:var(--asta-white);color:var(--asta-blue);border:none;border-radius:5px;font-weight:700;text-decoration:none;padding:.5rem;transition:background-color .25s,color .25s}input[type=submit]:hover,a.white-button:hover{background-color:var(--asta-dark-blue);color:#fff;transition:background-color .25s,color .25s}div.wp-block-group{padding:1rem;border:none;border-radius:5px}@media screen and (max-width:940px){header img{width:20rem}footer ul#menu-footer{flex-direction:column}}