.footer-wrapper{display:flex;align-items:center;justify-content:center;padding:10px 20px;background-color:#f1f1f1;border-top:1px solid #ddd}.footer-content{text-align:center;font-size:.9rem}@media (max-width:767px){.footer-wrapper{justify-content:flex-start}.footer-content{text-align:left}}.header-wrapper{position:sticky;top:0;z-index:999;padding:10px;display:flex;align-items:center;justify-content:center;background-color:#3B3B3B;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-logo{max-width:150px;margin-right:20px}.header-title{font-size:1.5rem;font-weight:700;margin:0}.header-button{margin-left:20px;padding:10px 20px;background-color:transparent;border:1px solid white;border-radius:50px;color:white;cursor:pointer;font-size:16px;transition:background-color .3s ease,color .3s ease}.header-button:hover{background-color:#C80C0C;color:#ffffff}@media (max-width:767px){.header-wrapper{justify-content:space-between}}