    @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500, 600,800&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Hind:300,400');
    body {
        margin: 0;
        /*height: 100vh;*/
        /*display: flex;*/
        /*justify-content: center;    /*height: 100vh;*/
        /*display: flex;*/
        /*justify-content: center;*/
        background: #ffffff;
        font-family: 'Montserrat', sans-serif;
        color: rgb(0, 0, 0);
    }
    
    #bevel {
        width: 0;
        height: 0;
        border-bottom: 94vh solid #FAFBFC;
        border-left: 50vw solid transparent;
        margin-left: 20vw;
        border-right: 59vh solid#FAFBFCed;
        z-index: -100;
        position: absolute;
    }
    
    table {
        z-index: 100;
    }