* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(" https://picsum.photos/1920/1089?random=1");
}

.img-previsao {
    height: 40px;
}

.lupa-img {
    height: 30px;
}

.caixa-maior {
    background: #000000;
    opacity: 0.8;
    border-radius: 25px;
    padding: 20px;
    width: 95%;
    max-width: 450px;
}

.input-cidade {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 23px;
    font-size: 20px;
    background-color: #7c7c7c2b;
    color: #ffffff;
    width: calc(100% - 100px);
}

.botao-busca {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 50px;
    background-color: #7c7c7c2b;
    cursor: pointer;
    float: right;
}

.caixa-media {
    margin-top: 30px;
}

.cidade {
    color: #12058b;
    font-size: 28px;
    font-weight: 400;
}

.temp {
    font-size: 23px;
    color: #06af1a;
    margin-top: 23px;
}

.caixa-menor {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.texto-previsao {
    color: #b50480;
    margin-left: 20px;
    text-transform: capitalize;
}

.umidade {
    color: #cec409;
    margin-top: 20px;
}