@font-face {
    font-family: "UIfont";
    src: url("./font/MSW98UI-Regular.ttf");
}

@font-face {
    font-family: "UIfontBold";
    src: url("./font/MSW98UI-Bold.ttf");
}

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


body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    background-image: url("./img/bg.png");
    padding: 0;
    margin: 0;

    font-family: "UIfont";
    font-smooth: never;
    -webkit-font-smoothing : none;

    user-select: none;
    -moz-user-select: none;
}

img {
    padding: 0;
    margin: 0;
}

.titlebar-l {
    position: absolute;
    top: 0px;
    left: 0px;
}

.titlebar-r {
    position: absolute;
    top: 0px;
    right: 0px;
}

.titlebar-c {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 98px;
    z-index: -1;
}

a.x {
    width: 34px;
    height: 32px;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 12px;
}

p.titlebar-title {
    white-space: nowrap;
    width: calc(100% - 180px);
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: "UIfontBold";
    position: absolute;
    top: 15px;
    left: 60px;
    font-size: 20px;
    color: white;
}

.window-bottom-l {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.window-bottom-r {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.window-bottom-c {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 52px;
    width: 100%;
    z-index: -1;
}

.window-l {
    background-image: url(./window-l.png);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 14px;
    z-index: -1;
}

.window-r {
    background-image: url(./window-r.png);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 14px;
    z-index: -1;
}

.container {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    position: absolute;
    left: 14px;
    top: 98px;
    width: calc(100% - 28px);
    height: calc(100% - 150px);
    overflow: scroll;
}

.icon {
    text-align: center;
    width: 150px;
    height: 235px;
    display: block;
    bottom: 2px;
    font-size: 24px;
    text-decoration: none;
    color: black;
    background-repeat: no-repeat;
    background-size: 90px;
    background-position-x: 30px;
    background-position-y: 10px;
}

.icon p {
    position: relative;
    top: 110px;
    padding: 0;
    margin: 0;
}

.icon.atlits {
    background-image: url(atlits.png);
}

.icon.modsynth {
    background-image: url(modsynth.png);
}

.icon.lir {
    background-image: url(lir90.png);
}

.icon.bl {
    background-image: url(bl10.png);
}

.icon.singl {
    background-image: url(singl.png);
}

.icon.folder {
    background-image: url(folder.png);
}