* {
    margin: 0;
    padding: 0;
    color: #333;
    box-sizing: border-box;
    font-family: Tahoma;
    cursor: url(../img/windows-xp-1/default_arrow.cur), auto;
}

html,
body {
    width: 100vw;
    height: 100vh;
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer 10+ */
    user-select: none;
}

body {
    background-image: url(../img/4k.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

ul li {
    list-style: none;
}

a {
    color: initial;
    text-decoration: none;
    cursor: url(../img/windows-xp-1/default_arrow.cur), auto;
}

.icon {
    max-width: 100px;
    max-height: 100px;
    padding: 7px;
    text-align: center;
    margin-bottom: 20px;
}

.icon a {
    display: inline-block;
}

.icon p {
    margin: 5px 0;
    font-size: 12px;
    color: #fff;
}

.icon a>img {
    width:2.4vw;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

footer>.title-bar {
    width: 100%;
    height: 34px;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;

}

footer .title-bar-text>img {
    position: relative;
    right: 7px;
}

footer .title-bar-text>img:hover {
    filter: brightness(110%);
}

footer .title-bar #time {
    color: #fff;
    z-index: 9999;
}