@import "core"; main { height: 100vh; max-width: 450px; margin: 0 auto; padding-top: 25px; } .header { pointer-events: none; user-select: none; display: flex; .image { justify-self: center !important; max-width: 300px !important; width: unset !important; } } footer { width: 100%; height: 80px; display: flex; justify-content: center; position: absolute; align-items: center; bottom: 0; } @media(max-width: 457px) { main { padding-top: 0; } }