body {
    background-color: black;
    margin-bottom: 150px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    margin-top: 150px;
    font-size: 100%;
    text-align: center;
}

.time {
    font-size: 200%;
    font-weight: bold;
}

.days {
    position: absolute;
    right: 75%;
}

.hours {
    position: absolute;
    right: 60.8%;
}

.minutes {
    position: absolute;
    right: 39.5%;
}

.seconds {
    position: relative;
    right: -26%;
}

.daystxt {
    position: absolute;
    right: 75.2%;
}

.hourstxt {
    position: absolute;
    right: 60.4%;
}

.minutestxt {
    position: absolute;
    right: 38.7%;
}

.secondstxt {
    position: relative;
    right: -26%;
}

.txt {
    font-size: 110%;
}

@media(max-width: 400px){
    .time{
        font-size: 1vw;
    }
}