@font-face {
    font-family: 'Mitochondria';
    src: url("./fonts/Mitochondria.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'XP Tahoma';
    src: url("./fonts/xp-tahoma.ttf");
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url("./img/wallpaper.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.taskbar {
    /* background-color: black; */
    background-image: url("./img/xp_taskbar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 28px;
    position: fixed;
    left: 0px;
    bottom: 0;
    overflow: hidden;  
}

.tray-area {
    background-image: url("./img/xp_taskbar_tray_area.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* width: 100%; */
    padding-left: 15px;
    padding-right: 10px;
    height: 28px;
    /* position: fixed; */
    float: right;
    bottom: 0;
    overflow: auto;
}

.start-btn {
    /* transform: translate(0px, 0px); */
}

.xp-tahoma {
    font-family: 'XP Tahoma';
    font-size: 16px;
    color: white;

    display: inline-block;
    transform: translate(0px, 4px);
}

.xp-tray-icon-arrow {
    float: right;
    transform: translate(8px, 6px);
}

.xp-tray-icon {
    float: left;
    padding-right: 8px;
    transform: translate(0px, 7px);
}