  @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&family=Roboto:wght@400;500;700;900&display=swap');
        body {
            background: rgb(0,174,239);
background: linear-gradient(90deg, rgba(0,174,239,1) 0%, rgba(231,25,139,1) 35%, rgba(14,101,229,1) 100%);
            color:#283031;
        }
        #page-wrapper {
            position:absolute;
            width: 1035px;
            height: 735px;
            max-width: 1035px;
            max-height: 735px;
            position:fixed;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }
        #menu-column {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 250px;
            display: flex;
            flex-direction: column;
            padding-left: 20px;
        }
        #main-frame {
            height: 100%;
            width: 900px;
            position: absolute;
            left: 270px;
        }
        #unruly-logo {
            position: fixed;
            top: 5px;
            right: 20px;
            height: 100px;
        }
        #checkup-device {
            display: none;
            position: absolute;
            top: 50%;
            left:1150px;
            transform: translate(0, -50%);
        }
        #splash-screen {
            position: fixed;
            width: 500px;
            left: 50vw;
            top: 50vh;
            transform: translate(-50%, -50%);
        }
        #report-feedback {
            display:none;
            position: fixed;
            width: 300px;
            height: 300px;
            left: 50vw;
            top: 50vh;
            transform: translate(-50%, -50%);
            background: #ffffff;

            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 24px;
        }
        #splash-screen-img {
            width: 500px;
            border-radius: 24px;
        }
        #splash-screen-title {
            position: relative;
            margin-top:20px;
            width: 500px;
        }