body {
    background-image: url(https://images.unsplash.com/photo-1600456899121-68eda5705257?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1125&q=80);
    background-size: cover;
        
}

ul {
    list-style-type: none;
    
}

h1 {
    font-size: 8vw;
}
h2 {
    font-size: 7vw;
}
h3 {
    font-size: 5vw;
}

#cityLocation {
    font-size: 5vw;
}

#temperature {
    font-size: 5vw;
}

.time {
    font-size: 2vw;
}

.weather {
    font-size: 3vw;
    text-align: center;
}

.day {
    font-size: 2vw;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}