body{
    color:white;

}
.home
{
    background-image: url(../images/france.svg);
    background-size: cover;
    height: 90vh;
}

footer
{
    height: 10vh;
    color: #353232;
    font-size: 7em;
    padding-top: 30px;
}

.bg-color {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(49, 153, 171, 0.575);
}

.item-content
{
    background-color: #3199ab;
    height: 410px;
}

.item
{
    padding-left: 10px;
    padding-top: 10px;
    
}
.date
{
    background-color: #374850;
    color: rgba(255, 255, 255, 0.596);
    font-size: 1.1em;
}
.a
{
    gap: 50px;
    margin: 0 20px;
}
h2
{
    font-size: 60px;
}
.temp img
{
    width: 40%;
}
.item2 .item-content
{
    background-color: #83bbc4;
    transition: .5s;
}
.item2:hover .item-content
{
    background-color: #3199ab;
}
.city
{
    font-size: 25px;
}

#tempc::after
{
    content: " C";


}

#state
{
    margin: 0 20px 10px;
    color: #353232;
    font-size: 20px;
    font-weight: 600;
}

#louding {
    background-color: white;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
