*{
    margin: 0;
    padding: 0;
    color: aliceblue;
    font-family: 'Comfortaa', sans-serif;
}
body{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content{
    background-color: black;
    opacity: 0.65;
    border-radius: 25px;
    min-width: 35vw;
    max-width: 70vw;
    min-height: 50vh;
    max-height: 50vh;
}
.input-content{
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 20px;
}
.input-city{
    min-width: none;
    max-width: 60%;
    margin-right: 0;
    margin-right: 10px;
    padding: 10px;
    border: none;
    outline: none;
    background-color:  rgb(47, 47, 47);
    border-radius: 25px;
}
::placeholder{
    font-size: 12px;
}
.input-button{
    cursor: pointer;
    float: right;
    border: none;
    outline: none;
    background-color:  rgb(47, 47, 47);
    border-radius: 25px;
}
.input-button img{
    float: left;
    background-color:  rgb(47, 47, 47);
    width: 20px;
    height: 15px;
    border-radius: 25px;
    padding: 10px;
}
.response{
    margin: 25px;
}
.response p{
    padding-bottom: 25px;
}
.img{
    padding-right: 5px;
    width: 30px;
    height: 30px;
}
.container-time{
    align-items: center;
    display: flex;
    height: 30px;
}
.umidade{
    margin-top: 10%;
    font-size: 10px;
}