*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#020602;font-family:Arial,Helvetica,sans-serif}
.site-wrap{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background:#020602}
.homepage{display:block;width:min(100%,1536px);height:auto;box-shadow:0 0 28px rgba(0,0,0,.55)}
@media (max-width:768px){
  .site-wrap{overflow-x:auto;justify-content:flex-start}
  .homepage{width:1100px;max-width:none}
}
