#main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

#weather_div{
    width: 800px;
    height: 500px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(11, 19, 30);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

#div1{
    width: 8%;
    height: 460px;
    border-radius: 15px;
    margin-right: 17px;
    background-color: rgb(32, 43, 59);
    text-align: center;
}

#div2{
    width: 59%;
    height: 460px;
    border-radius: 15px;
    margin-right: 17px;
}

#div3{
    width: 25%;
    height: 460px;
    border-radius: 15px;
    background-color: rgb(32, 43, 59);
    padding: 20px;
    color: white;
}

#div2_1{
    border-radius: 8px;
    height: 7%;
}

#div2_2{
    border-radius: 15px;
    width: 100%;
    height: 38%;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

#div2_3{
    border-radius: 15px;
    width: 100%;
    height: 26%;
    margin-bottom: 10px;
    background-color: rgb(32, 43, 59);
    color: white;
    display: flex;
    justify-content:space-around;
    align-items: center;
}

#div2_4{
    border-radius: 15px;
    width: 100%;
    height: 26%;
    background-color: rgb(32, 43, 59);
}

#img1{
    height: 120px;
    width: 100%;
    border-radius: 15px;
}
#cityname{
    border-radius: 8px;
    height: 30px;
    border: none;
    width: 100%;
    background-color: rgb(32, 43, 59);
    color: white;
    font-size: 12px;
    padding-left: 10px;
}

#body{
    background-color: rgb(97, 103, 112);
}

#sub{
    border-radius: 0px 8px 8px 0px;
    height: 30px;
    border: none;
    background-color: rgb(32, 43, 59);
    color: rgb(165, 165, 165);
    font-size: 15px;
    font-family:sans-serif;
    font-size: 12px;
}

#sun{
    height: 160px;
    width: 160px;
}

#weather_image{
    display: flex;
    justify-content: center;
    align-items: center;
}

#show_data{
    color: white;
    font-weight: bold;
}

#feels{
    color: rgb(165, 165, 165);
    font-size: 12px;
}
