*{
    margin: 0;
    padding: 0;
    color:#ffffff;
    transition: border-width 3s ease;
}
ol, ul{ list-style: none; }
.fl { float:left; }
.fr { float:right; }
a{ text-decoration: none; }
.cf:before, .cf:after{
    content: " ";
    display: table;
}
.cf:after { clear: both; }
body{
    background:#000000;
}
#loadpage{
    margin: auto;
    position: absolute;
    padding: 20px;
    border: 0 solid #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: min-content;
    height: min-content;
    text-align: center;
}
.nick-block, .load-block{
    display: inline-flex;
}
.nick-block span{
    font-size: 50px;
}
.load-block span{
    font-size: 30px;
    opacity: 0;
}
.contact-block span{
    font-size: 25px;
    opacity: 0;
}
.contact-block{
    display: none;
    text-align: center;
}
.name-block{
    /*display: flex;*/
}
.bl{
    margin: 10px 0;
}
.bl, .bl span{
    font-size: 20px;
}