body{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

.conteudo{
    width:30rem;
    height: 35rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: aqua;
    border-radius: 1rem;
}


.conteudo .buscar{
    height: 2rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #cff81a;
    font-size: 1rem;
    cursor: pointer;
}

.barra_de_busca{
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

 #cidade{
    height: 2rem;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem;
    font-size: 1rem;
}

#info{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}