html, body {
    margin: 0;
    padding: 0;
    user-select: none;
    overflow: hidden;
}

@font-face {
    font-family: Windows;
    src: url("/LEVIWINDOWS.TTF");
}

@font-face {
    font-family: Marlett_;
    src: url("/Marlett.ttf");
}

@font-face{
    font-family: Consolas_;
    src: url("/Consolas.ttf");
}

@font-face{
    font-family: Wingdings_;
    src: url("/wingdings.ttf")
}

.box{
    border: 3px solid #0f0;
    position: absolute;
    font-family: Windows;
    padding: 2px;
    font-size: 25px;
    line-height: 50%;
    resize: both;
}
.box::before{
    content: attr(text);
    font-family: Consolas, Consolas_, monospace;
    display: block;
    background-color: #0f0;
    margin: -3px;
    line-height: 120%;
    margin-bottom: 5px;
    font-size: 16px;
}

.buttons{
    position: absolute;
    top: -2px;
    font-family: Marlett, Marlett_;
    width: 100%;
    height: 15px;
    line-height: 120%;
    font-size: 16px;
    text-align: right;
}
.buttons::after{
    content: "01r"
}

.buttons[fsc=true]::after{
    content: "02r"
}

.desktop{
    width: 80px;
/*     padding-top: 34px; */
    text-align: center;
    font-family: "Windows";
    font-size: 30px;
    line-height: 0.5;
    border: 1px solid transparent;
    margin-left: 5px;
    float: left;
}
.desktop::before{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border: 2px solid black;
    width: 40px;
    height: 40px;
    content: "?";
    line-height: 50px;
    margin-left: 20px;
}
.desktop[selected=true]::before{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border: 2px solid lightblue;
    width: 40px;
    height: 40px;
    content: "?";
    line-height: 50px;
    margin-left: 20px;
}
.taskbar{
    position: absolute;
    top: calc(100vh - 28px);
    height: 28px;
    background-color: #0f0;
    width: 100vw;
}
.tbi{
    font-family: Windows;
    font-size: 35px;
    padding-top: 7px;
    line-height: 0.5;
    float:left;
    background-color: #0b0;
    border: 1px solid black;
    height: 23px;
    padding-left: 5px;
    padding-right: 5px;
}

.start{
    font-family: "Wingdings", Wingdings_!important;
    padding-top: 4px;
    float:left;
    background-color: #0b0;
    border: 1px solid black;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
}

.clock{
    font-family: Windows;
    font-size: 35px;
    padding-top: 7px;
    line-height: 0.5;
    float:right;
    background-color: #0b0;
    border: 1px solid transparent;
    height: 23px;
    padding-left: 5px;
    padding-right: 5px;
}

.icon{
        display: block;
        position: absolute;
        width: 20vw;
        height: 10vw;
        border: 1px solid black;
        top: 20vh;
        left: 70vw;
        color: black;
        font-family: Consolas;
        font-size: 5vh;
        text-align: center;
        padding-top: 8.5vw;
        line-height: 0px;
        z-index: -1;
    }