html,body,#main{
    height: 100%;


    .ways {
        width: 800px;
        height: 500px;
    }
}

html {
    display: flex;
    justify-content: center;

    body {
        height: fit-content !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
}

