body { margin:0; padding:0; 
font-family: Helvetica,Arial,  sans-serif;
text-align : center;
background-color:#fff;
}


#loadermenu {
width : 100%;
height : 100%;
position : absolute;
text-align : center;
margin-top : 0;
display : block !important ;
background : url("../images/spinloader.svg");
background-repeat : no-repeat;
background-position : center center;
}

.playbox {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

/* .playbox #introrub{
    margin: 30px 0 10px 0;
} */
