.web {
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-direction : column;
    width          : 100%;
}

.app {
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-direction : column;
    width          : 100%;
    overflow-x     : hidden;

}

.router {
    max-width: 2560px;
    width    : 100%;
    height   : 100%;
}

* {
    font-family: Poppins;
}