*{
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    width: 1800px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main-header {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

#main-header .container {
    background: white;
    max-width: 500px;
    width: 50%;
    height: 70px;
    border-radius: 50px;
    box-shadow: 5px 5px 5px gray;
    margin-top: 30px;
}
main {
    padding-top: 130px;
}

html,
main {
    background: url(/weather/assets/img/bulut.jpg) center/cover no-repeat;
    color: white;
}

.place-div {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) , transparent),
    url("/weather/assets/img/bulut.jpg") center/cover no-repeat;
    background-position: top 0 left 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.placeDiv {    
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#weather ul {
    padding: 0 ;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#weather li,h6 {
    display: flex;
    justify-content: center;
}

.b{
    background: linear-gradient(to bottom, #044794,#558AB0);
}

.black{
    color: black;
}

.card{
    max-width: 200px;
}
