body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#inner-box{
    display: flex!important;
    height: 100%!important;
    align-items: center!important;
    justify-content: center!important;

    padding-bottom: 10em;
    padding-top: 10em;
    padding-left: 10em;
    padding-right: 10em;
    background: linear-gradient( 50deg, rgba(255, 255, 255, 0.4) 12%, rgba(255, 255, 255, 0.1) 77% );
    box-shadow: 0px 4px 24px 1px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(5px);
    
    color: white;
}

#box{
    position: absolute;
    height: 100%;
    width: 100%;
    
    background: rgb(50,41,209);
    background: linear-gradient(90deg, rgba(50,41,209,1) 0%, rgba(65,96,196,1) 35%, rgba(69,161,228,1) 79%, rgba(66,201,228,1) 100%);
}
