.previsao-tempo {
    background-color: #D63D3D; /* Cor de fundo vermelha */
    color: white;
    border-radius: 8px;
    padding: 20px;
    max-width: 300px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.previsao-tempo-header {
    font-size: 16px;
    margin-bottom: 10px;
}

.previsao-tempo-body {
    font-size: 24px;
    font-weight: bold;
}

.temperatura {
    font-size: 36px;
}

.descricao {
    font-size: 16px;
    margin-top: 10px;
}