#cont, body {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('https://openweathermap.org/themes/openweathermap/assets/img/new-history-forecast-bulk.png')
    center center;
    background-size: cover;
    /* background-repeat: no-repeat; */
    

}

.card {
   margin: auto;
   font-size: 20px;
   background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('https://images-na.ssl-images-amazon.com/images/I/61Y8wktqw7L._AC_SX466_.jpg');
   font-weight: 600;
}

.h5, h5 {
    font-size: 1.75rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 540;
    color: mediumblue;
}
.lead {
    font-size: 2.00rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    color: mediumblue;
}
.cloud {
    border-image-repeat: repeat;
}

p.card-text {
    font-weight: 600;
}

@media (max-width: 400px) {

    body {
        padding: 30px;
        margin: 30px;
        background-size: cover;
        position: fixed;
        background-repeat: no-repeat;
        font-size: 10px;
    }
}
@media (max-width: 800px) {

    html, body {
        padding: 10px;
        margin: 10px;
        background-size: cover;
        position: fixed;
        background-repeat: no-repeat;
        font-size: 10px;
    }
}

@media (max-width: 1000px) {

    html, body {
        padding: 10px;
        margin: 10px;
        background-size: cover;
        position: fixed;
        background-repeat: no-repeat;
        font-size: 10px;
    }
}