.pageContainer{background-color:var(--background);width:100vw;height:calc(100vh - 50px);color:var(--foreground);background-image:url(/backdrop.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:4rem;display:flex}.containerGroup{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.wordmark{background-image:url(/wordmark.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:80vw;height:20vh}.emailLink{color:var(--foreground);border-bottom:1px solid var(--foreground);padding-bottom:2px;font-weight:600;text-decoration:none;transition:all .3s}.emailLink:hover{color:var(--foreground)}.stayInTouchTitle{margin:0;font-weight:500}footer{justify-content:center;align-items:center;height:50px;font-weight:300;display:flex}h2{margin-bottom:1rem;font-size:2rem;font-weight:600}
