@charset "utf-8";
@media screen and (max-width:479px) {
    h3 {
        margin-left: 20px !important;
    }
    body {
        margin-top: 55px !important;
    }
    nav {
        margin-top: -40px !important;
    }
    li {
        margin-left: 30px !important;
        text-indent: 0 !important;
    }
}

li {
    margin-left: 30px !important;
    text-indent: -10 !important;
}

li ul {
    margin-left: -30px !important;
}

li audio {
    margin-left: -15px !important;
}

.navli {
    margin-left: 0 !important;
    text-indent: -20px !important;
}

body {
    margin-top: 55px !important;
}
