     .dark-mo{
        color:#F0EFED !important;
        background:#191919 !important;
        background-color:#191919 !important;
    }

    .light-mo{
        color: #2C2C2B !important;
        background: #FFFFFF !important;
        background-color: #FFFFFF !important;
    }

    .right-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 100px;
        background-color: #ffffff;
    }
    body{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        height: auto;
    }

    .navbar {
        max-height: 100px;
        max-width: 1512px;
        position: fixed;

    }

    iframe{
        margin-top: 32px;
        width: 90vh;
    }
