.main-gradient{background:linear-gradient(325deg,rgb(0,132,255),rgb(152,148,209));background:linear-gradient(325deg,#a100ff,#ff0068);border-bottom:navy}body{scrollbar-width:thin}.no-copy{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.hover-delay{transition:background-color .2s ease,color .1s ease}.app-main{display:flex;width:100%;height:100dvh;justify-content:space-between;gap:10px}.app-main__content{flex:1 1}@media(max-width:480px){.app-main{flex-direction:column}}.lesson-completed{width:80dvw;height:40dvh;background-color:#fff;display:flex;flex-direction:column;align-items:center;border-radius:20px;justify-content:space-evenly}@media(max-width:800px){.lesson-completed{font-size:13px;width:300px;height:300px}}.lesson-completed__button{border:none;border-radius:20px;background-color:#d4d2cf;padding:20px 50px}.lesson-completed__button:hover{background-color:#efeae3}.lesson-completed__ok{color:green;font-size:2em}.lesson-completed__error{color:red;font-size:2em}.st{display:flex;align-items:center;justify-content:center;gap:10px;position:absolute;top:10px;font-weight:700;background-color:rgba(0,0,0,0);border-radius:10px;padding:10px}.st-error{color:red;background-color:#cdc7c7}.st-ok{color:blue}.st-icon{font-size:"30px"}