body{
    background-image: url(https://i.goopics.net/lq82kn.jpg);
    background-position: center;
}
#label{
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid;
}

#ville{
    width: 300px;
    display: block;
    margin: auto;
    font-size: 20px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    border: 2px solid;
}

#bTn{
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
}

#bTn:hover{
    background-color: rgb(736, 78, 703,0.5);
}

#grandCarre{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 200px);
}

#city{
    width: 100%;
    height: 200px;
    font-size: 2em;
    text-align: center;
    background-color: rgba(255, 208, 0, 0.7);
    line-height: 60px;
    border-radius: 10px 0px 0px 0px;
}

#temp{
    width: 200px;
    height: 200px;
    font-size: 2em;
    text-align: center;
    background-color: rgba(255, 106, 0, 0.7);
    line-height: 200px;
    border-radius: 0px 10px 0px 0px;
}

#humidity{
    width: 200px;
    height: 200px;
    font-size: 2em;
    text-align: center;
    background-color: rgba(43, 255, 0, 0.7);
    line-height: 200px;
    border-radius: 0px 0px 0px 10px;
}

#wind{
    width: 200px;
    height: 200px;
    font-size: 2em;
    text-align: center;
    background-color: rgba(0, 242, 255, 0.7);
    line-height: 200px;
    border-radius: 0px 0px 10px 0px;
}

#description{
    width: 306px;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid;
    text-transform: capitalize;
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: white;
}