*{
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    /*overflow: scroll;*/
}
html, body{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 10px;
    background-color: #000000;
    /*overflow: scroll;*/
}
/*body{*/
    /*height: 703px;*/
/*}*/
/*#root{*/
    /*height: 2000px!important;*/
/*}*/
a, a:visited{
    text-decoration: none;
    color: #ffffff;
}
a:hover{
    text-decoration: none;
    color: #ac55ff;
}
a:active{
    text-decoration: none;
    color: #00A8FF;
}