body{
    background-color: rgb(38, 38, 38);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95vh;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

.main{
    background-color: rgb(8, 142, 231);
    height: 60%;
    min-width: 352px;
    max-width: 400px;
    width: 28%;
    border-radius: 2rem;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.search{
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-top: 20px;
    font-size: 1.6rem;
    width: 60%;
}

.search input{
    border-style: none;
    outline-width: 0;
    border-radius: 5px;
    width: 180px;
    font-size: 20px;
    text-align: center;
}

.search-icon{
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 7px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.wth-status{
    height: 80%;
    width: 100%;
    display: flexbox;
    justify-content: center;
    align-items: center;
}

.temp{
    height: 60%;
    width: 100%;
    justify-items: center;
    padding-top: 8%;
    justify-items: center;
}

.temp img{
    font-size: 1.5rem;

}

.wth-temp{
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
}

#temp-value{
    font-size: 2.7rem;
}

.wth-location{
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
}

.o-content{
    display: flex;
}

.other{
    width: 80%;
    margin-left: 10%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 2.3rem;
}

.o-icon{
    padding-right: 5px;
}

.o-value{
    font-size: 1.8rem;
}

.o-title{
    font-size: 1.15rem;
}








