.weather-container {
  max-width: 300px;
  margin: 40px auto;
}

#current-temperature,
#condition {
  font-size: 24px;
  text-align: center;
}

#forecast-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.forecast-item {
  margin-bottom: 10px;
}
.row {
  text-align: center;
}
.col {
  text-align: center;
}
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  font-family: sans-serif;
}
