body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: lightgrey;
}

#container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

h1{
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

h2{
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#search{
    display: inline;
    width: 300px;
    height: 30px;
    border:0;
    border-radius: 5px;
}

#search-icon:hover{
    cursor: pointer;
}

#results{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;   
}

#img{
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

#city{
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

#unitChanger{
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-color: lightblue;
    width: 100px;
    position: absolute;
    top: 10px;
    right:5px
}

#unitChanger:hover{
    cursor: pointer;
}