*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#062f54}
body{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif}
.page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#062f54}
.art{display:block;width:100%;height:auto;max-width:1920px;object-fit:contain}
@media (min-aspect-ratio:3/2){.art{height:100vh;width:auto;max-width:none}}
@media (max-width:700px){body,.page{background:#f4f5f7}.page{min-height:auto;align-items:flex-start}.art{width:100%;height:auto}}
