body{
    background: url(public/qq@2x.png),url(public/c1@2x.png);
    background-repeat: no-repeat,repeat-y;
    background-position: 142% -50px,-240px 650px;
    background-size: 800px 1050px, 600px 600px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 150px;
}

.jrnav{
    width: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.jrnav ul{
    font-family: ROSTACK;
    text-transform: uppercase;
    color: #331749;
    list-style-type: none;
}

.jrnav ul li{
    display: block;
    margin-top: 80px;
    font-size: 50px;
}

.jrnav ul li a{
    text-decoration: none;
    color: #331749;

}

@media screen and (hover:none) {
    body{
        background: url(public/111111s@2x.png),url(public/ml.png);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-position: left 10px,100px 10px;
        background-size: 80px 80px,100px 100px;
        padding-bottom: 25px;
    }

    .jrnav{
        margin-top: 80px;
    }
}