/* style.css */
body {
  font-family: roboto, Arial, sans-serif;
}

.title {
  background-color: #003366;
  font-family: Lora, 'Times New Roman', Times, serif;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 2em;
}

.forecast-card {
  background-color: #003366;
  color: white;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 5px;
  border-radius: 15px;
}

h1 {
  font-family: Lora, 'Times New Roman', Times, serif;
}
