html, body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  color: #000;
}

.widget-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.metric {
  margin: 5px 0;
  font-weight: bold;
}
.aqi-value {
    padding: 10px;
    border-radius: 10px;
    margin: 0 90px 10px;
}
.desc { font-size: large;}
.aqi-value a:link {text-decoration: none;}
.footer-link {
  margin-top: auto;
  font-size: 12px;
  color: #555;
}

.footer-link a {
  text-decoration: none;
  color: inherit;
}

.footer-link a:hover {
  text-decoration: underline;
}
