body {
    background-color: #000067;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

#taskbar {
    width: 100vw;
    height: 50px;
    background-color: black;
    z-index: 1000;
}

#desktop {
    width: 100%;
    height: calc(100% - 50px);
}