* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}

body {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("https://images.unsplash.com/photo-1495757450029-09dbedacbc36?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}

.box-big {
    background-color: black;
    opacity: 0.7;
    border-radius: 25px;
    padding: 20px;
    color: aqua;
    width: 95%;
    max-width: 450px;
}

.input-city {
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 10px;
    margin: 10px;

}
.button-search {
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    float: right;
    margin: 5px;
    
}
.search {
   width: 20px; 
}
.cidade {
    color: #fff;
    font-size: 28px;
}