body {
  font-family: Arial, sans-serif;
  background: #fdf6f9;
  text-align: center;
  margin: 0;
  padding: 0;
}

#banner {
  background: #ff99cc;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

#game {
  margin: 20px auto;
  padding: 20px;
}

#snapGif {
  max-width: 300px;
  margin: 20px auto;
  display: block;
}

#question-container {
  font-size: 20px;
  margin: 20px;
}

#score, #timer, #wrong-count, #weather {
  font-size: 18px;
  margin: 10px;
}

#news-ticker-container {
  width: 100%;
  background: #333;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0;
  padding: 5px 0;
  position: relative;
  height: 30px;
}

#news-ticker {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
}
