body {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.5em;
    color: #555;
    line-height: 1.8;
    background-color: #F7F7F7;
    padding: 40px;
}

h1,h2,h3 {
  font-weight: 200;
}

h1:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url(/images/favicon.svg) no-repeat 0 / 120px;
}

.menu {
  display: flex;
  justify-content: space-around;
  list-style: none;
  font-size: 2rem;
}

.menu a {
  color: #682d2d;
}

.pagination {
  text-align: center;
  background: #eee;
  font-size: 2rem;
  padding: 20px;
}

.pagination a {
  text-transform: uppercase;
  font-weight: 200;
  color: #3b1515;
  border: 2px solid #3b1515;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0 10px;
}

.pagination a:hover {
  background: #3b1515;
  color: #fff;
}

.fun {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

.fun img {
  width: 80%;
}

.container {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.hero-section {
    background-color: #3b1515;
    color: #FFF;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
}

.header-title, .section-title {
    line-height: 1.2;
}

.header-title {
    text-align: center;
    font-size: 2.5rem;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 1em;
    padding: 0.6em;
    background-color: #EFEFEF;
    border-radius: 4px;
}

.header-subtitle, .joke, .anecdote, .story, .footer-text {
    margin-bottom: 1.5em;
}

.jokes-section, .anecdotes-section, .stories-section {
    margin: 2em 0;
    padding: 1em;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.footer {
    background-color: #333;
    color: #FFF;
    padding: 2em 1em;
    border-radius: 4px;
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
    margin-top: 2em;
}

.footer-text {
    text-align: center;
    font-size: 1.2em;
}
