body{
    font-family: Arial;
    background: linear-gradient(135deg,#4facfe,#00f2fe);
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
}

.container{
    background:white;
    padding:30px;
    border-radius:12px;
    width:400px;
    text-align:center;
}

input{
    padding:10px;
    width:65%;
    border-radius:5px;
    border:1px solid #ccc;
}

button{
    padding:10px;
    border:none;
    background:#4facfe;
    color:white;
    border-radius:5px;
    cursor:pointer;
}

#climaAtual{
    margin-top:20px;
}

.previsao{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

.dia{
    background:#f2f2f2;
    padding:10px;
    border-radius:8px;
    width:70px;
}