@font-face {
    font-family: "Netto";
    src: url("netto.ttf");
}

html, body {
    padding: 0;
    margin: 0;
    font-family: Netto;
    background-color: transparent;
}



.side-wrapper {
    width: 225px;
    text-align: center;
    height: 188px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    position: relative;
    padding: 20px 0;
    background-color: transparent;
}

.side-wrapper .weather {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 69px;
}

.side-wrapper .weather img {
    float: left;
    width: 40%;
    margin-top: 20px;
    margin-left: 5px;
}

.side-wrapper .weather .city {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
}

.side-wrapper .weather .degree {
    font-size: 50px;
    text-align: center;
    float: left;
    font-weight: bold;
    margin-left: 24px;
}

.side-wrapper .weather h2 span.super {
    font-size: 30px;
    vertical-align: super;
}

.side-wrapper .time {
    font-size: 160%;
    font-weight: bold;
}

.side-wrapper .iconwrapper {
    width: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 69px;
    background-size: contain;
    float: left;
}

.side-wrapper .facts {
    word-spacing: 22px;
    text-align: justify;
    padding-top: 4px;
    font-size: 15px;
}
