.app{background-color:#f8f6f3;display:flex;flex-direction:column;min-height:100vh}.app-header{background:#fff;border-bottom:1px solid #e7e5e4;padding:1rem 0}.app-header__container{justify-content:center;margin:0 auto;max-width:1200px;padding:0 1rem}.app-header__container,.app-header__logo{align-items:center;display:flex}.app-header__logo img{height:60px;width:auto}.app-main{flex:1;padding:2rem 0}.app-footer{background:#97042e;color:#fff;padding:2rem 0}.app-footer__container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.app-footer__info p{font-size:.9rem;margin:.25rem 0;opacity:.8}.app-footer__title{font-size:1rem!important;font-weight:600;margin-bottom:.5rem!important;opacity:1!important}.app-footer__contact{display:flex;flex-direction:column;gap:.5rem}.app-footer__contact a{color:#fff;font-size:.9rem;opacity:.8;text-decoration:none}.app-footer__contact a:hover{opacity:1}@media(max-width:600px){.app-footer__container{align-items:center;flex-direction:column;text-align:center}}
