<style>
  body {
    margin: 0;
    font-family: system-ui, sans-serif;
    background: #fafafa;
    color: #222;
  }

  .clima {
    max-width: 420px;
    margin: 3rem auto;
    padding: 1.5rem;
    text-align: center;
    line-height: 1.5;
    font-family: monospace;
    font-size: 20px
  }

  h3 {
    font-weight: 600;
    margin-bottom: 1rem;
  }

  hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1.2rem 0;
  }
  .local {
    font-size: 25px;
    color: blue;
    font-weight: 500;
  }

  .ext {
    font-size: 25px;
    color: blue;
    font-weight: 500;
  }

  .fecha {
    font-size: 0.9em;
    color: #666;
  }
</style>

