@media (max-width:768px){.header-text{font-size:1rem}.header-buttons{flex-direction:column;gap:.8rem;width:100%;align-items:center}.header-button{font-size:.5rem;padding:.8rem 2rem;width:80%;max-width:300px;text-align:center}}.header-container{padding:2rem 1rem;background-color:var(--background)}.header-container,.logo-center{display:flex;flex-direction:column;align-items:center}.logo-center{margin-bottom:2rem}.header-text{margin-top:.5rem;font-size:2rem;font-weight:700;letter-spacing:2px;color:var(--kievra-teal)}.header-buttons{gap:2rem;width:80%}.header-button,.header-buttons{display:flex;justify-content:center}.header-button{align-items:center;padding:1.8rem 1rem;background-color:var(--button-bg);color:var(--button-text);text-decoration:none;font-size:1.5rem;font-weight:600;border-radius:.3rem;transition:background-color .3s,transform .2s;width:450px}.header-button:hover{background-color:var(--button-hover-bg);color:var(--button-hover-text);transform:translateY(-2px);color:cadetblue}