body, html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald', sans-serif;
  margin-bottom: .25rem;
} 
.ui.container { padding-top: 20px; padding-bottom: 20px; margin: 0 auto;}
.ui.segment { border:0; box-shadow: none;  }
article{margin-bottom: 15px;}
main { margin: 0 auto;}

blockquote { 
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: .4rem .5rem;
  margin-left: 0;
  border-left: 4px solid rgb(133, 149, 182);
  background-color: rgba(133, 149, 182, .1)
}
blockquote, blockquote p { font-size: 1.1rem; line-height: 1.5;}
pre, code {
  background-color: rgba(133, 149, 182, .1);
  padding: .5rem;
  display: block; 
  font-size: .9rem;
}