html, body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background-image: url('/static/assets/26214173_axcn_lm3k_211202.svg');
    background-attachment: scroll;
    background-size: 100%;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 600px) {
    html, body {
        font-size: 16px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
    }
}