*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #222;
    color: white;
    background-image: url('https://source.unsplash.com/1600x900/?delhi');
}

.card {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
background-color: #0d0c0ccc;
height: 92vh;
width: 95vw;
max-width: 300px;
max-height: 900px;
border-radius: 30px;
margin: 0;
padding: 0;
padding-top: 2vh;
}

.search
{
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
height: 8vh;
width: 92%;
}

.flag{
max-width: 3vh;
max-height: 5vh;
}
button{
    border-radius: 50%;
    border: 1px solid hsl(0, 0%, 79%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7c7c7c4c;
    transition: 0.1s ease-in-out;
    color: white;
    cursor: pointer;
    height: 4vh;
    width: 4vh;
}
.search-icon{
    width: 2.5vh;
}
input.search-bar {
    text-align: center;
    font-size: 2.3vh;
    border: none;
    outline:none;
    border-radius: 31px;
    background-color: #7c7c7c4c;
    color: white;
    font-weight: 500;
    height: 4vh;
    width: 60%;
}

button:hover{
    background-color: #7c7c7cd6;
}

.city{
    margin-top: 5vh;
}
.temp{
    margin-top: 5vh;
    font-size: 10vh;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.max-min{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.extra{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 2vh;
}
.hum{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.win
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex {
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.ex-icon {
    max-width: 4vh;
    justify-self: center;
}
.temp{
    font-family: 'Big Shoulders Display', cursive;
}
.feels_like{
    margin-right: 1vh;
}