body {
    margin: 0;
}

.desktop {
    min-height: 100vh;
    background: #008080;
    padding: 25px;
    position: relative;
}

.desktop-icon {
    width: 100px;
    margin-bottom: 28px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.desktop-icon span {
    font-size: 12.5px;
    display: block;
    margin-top: -15px;
}

.main-window {
    position: absolute;
    width: 780px;
    top: 120px;
    left: 180px;
}
.desktop .desktop-icon img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto 0px auto;
}
.taskbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: #c0c0c0;
    border-top: 2px solid #ffffff;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding: 2px 4px;
    box-sizing: border-box;
    z-index: 9999;
}
.taskbar-clock {
    height: 24px;
    min-width: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c0c0c0;

    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;

    font-family: "MS Sans Serif", Tahoma, sans-serif;
    font-size: 12px;
    color: #000;
}
.desktop-icon a {
    text-decoration: none;
    color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
}
