@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:wght@700&display=swap');
body, html
{
    overflow-x: hidden;
    max-width: 100vw;
    user-select: none;
}
body
{
    overflow-x: hidden;
    min-width: 980px;
    width: 100%;
}
.main-container
{
    position: absolute;
    height: auto;
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}