.fantasy-weather {
  background: #1a1a1a;
  color: #eee;
  padding: 1em;
  border: 2px dashed #888;
  font-family: 'Cinzel', serif;
  text-align: center;
}
.fantasy-weather img {
  width: 64px;
  height: 64px;
}
