@import 'reset.css';
@import 'rem.css';

.xs{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100vw;
    height:100vh;
    flex-direction: column;
    font-size:14px;
}
.xs__logo{
    display:block;
    width:160px;
    height:160px;
    margin-bottom:20px;
}