body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Vollkorn SC", helvetica, serif;
}

#heading {
  letter-spacing: 5px;
  color: #222;
  font-size: 30pt;
  border-bottom: 5px dotted #ccc;
  border-top: 5px dotted #ccc;
  width: 50%;
  margin: 30px auto;
}

#news-body {
  font-family: "Raleway", helvetica, sans-serif;
  text-align: center;
  margin-top: auto;
}

.news-item {
  width: 50%;
  margin: auto;
  border-left: 6px solid #ffcc00;
  padding: 50px 20px;
  letter-spacing: 1px;
  font-size: x-large;
}

.news-image {
  box-shadow: 1px 1px 4px 1px #818181;
  border-radius: 5px;
}

#next-button {
  position: relative;
  left: -40%;
  top: 87px;
  padding: 10px;
  border-bottom: 6px solid red;
  letter-spacing: 5px;
  cursor: pointer;
}
