* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
    position: relative;
    min-height: 100vh;
}

div.player {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
}

div.loading {
    position: absolute;
    background-color: #ddd;
    width: 100%;
    height: 100%;
}

div.main {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
}

div.desktop {
    background-color: #87ceeb;
    width: 100%;
    height: 96%;
}

div.taskbar {
    background: #ccc;
    width: 100%;
    height: 4%;
}

h3.load {
    text-align: true;
}