
body {
    width: 400px;
    height: 300px;
    margin: 0;
    padding: 0;
    background-color: black;
    box-sizing: border-box;
   /* transform: scale(4);
    position: absolute;
    top: 400px;
    left: 600px;*/
    font-smooth: never;
    -webkit-font-smoothing : none;
}

* {
    -webkit-font-smoothing : none!important;
    transform: grayscale(100%);
    filter: url(#crispify) invert(1);

}

.offscreen {
    position: absolute;
    left: -100000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

html {
    background-color: white;
    font-family: "Roboto Condensed", sans-serif;
    color: black;
    font-weight: bold;
}

.date {
    padding-top: 20px;
    font-size: 30px;
    text-align: left;
    width: 380px;
    margin-left: 20px;
}
.clock {
    font-size: 80px;
    text-align: left;
    width: 380px;
    margin-left: 15px;
    font-weight: bolder;
}

.temp {
    font-size: 30px;
    text-align: left;
    width: 200px;
    margin-left: 20px;
    float: left;
}

.temp img {
    width: 20px;
    margin-right: 5px;
}

.weaTemp {
    font-size: 30px;
    text-align: right;
    width: 150px;
    float: right;
    margin-right: 20px;
}
.weaTemp img {
    width: 40px;
    margin-right: 5px;
    position: relative;
    top: 8px;
    margin-top: -15px;
}

.traj {
    width: 265px;
    margin: auto;
    margin-top: 50px;
}

.traj div {
    text-align: center;
    margin-top: -7px;
    margin-left: 25px;
}

.traj img {
    margin-right: 15px;
    margin-left: 15px;
}

.traj div span.rgh {
    float: right;
    position: relative;
    left: -12px;
    margin-top: 4px;
}

.traj .arrow {
    text-align: right;
    width: 150px;
    display: inline-block;
    color: transparent;
    border-bottom: solid 2px white;
    position: relative;
    top: -15px;
}

.music {
    width: 360px;
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.music.Stopped {
    color: transparent;
}
.music.Stopped img {
    display: none;
}

.music img {
    position: relative;
    top: 3px;
    width: 15px;
    margin-right: 10px;
}

img {
    image-rendering: pixelated!important;
}