body {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container {
    text-align: center;
}

.left-top {
    position: absolute;
    left: 15px;
}
.timeHeadline {
    font-size: 3em;
    font-weight: 400;
}
.timeHeadline sub {
    font-size: 0.7em;
}

.right-top {
    position: absolute;
    right: 15px;
    text-align: right;
}
.country {
    font-size: 3em;
}
.windSunWrapper {
}
.windSpeed {
    position: relative;
    top: -8px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
}
.windImg {
    width: 28px;
}
.sunImg {
    padding-left: 6px;
    width: 28px;
}
.sunTime {
    position: relative;
    top: -8px;
    padding-left: 10px;
}
.temperature {
    float: left;
    font-size: 3em;
}
.weatherIcon {
    float: left;
}
.weatherIconImg {
    width: 70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}
.calendar {
    font-weight: 400;
}
.calendar th {
    border-bottom: 0.5px dashed #ffffff;
    font-weight: 500;
    font-size: 1.1em;
    text-align: left;
    padding: 2px 2px 2px 2px;
}
.calendar th:nth-child(2) {
    padding: 2px 2px 2px 20px;
}
.calendar td {
    padding: 2px 2px 2px 2px;
}
.calendar td:nth-child(2) {
    padding: 2px 2px 2px 20px;
}
