/*
 * Want to change this website's styes? Learn more about CSS:
 * https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS
 */

body {
  padding: 0 20px;
  font-family: 'Slabo 27px', serif;
  /*background: rgb(204,204,204);*/
  background: rgb(150,174,181);
  /*background: #CCCCCCCC;*/
  font-size: 100%; /* px, em, percentages */
}

p {
  /*margin-top: 0px;*/
  margin: 0px;
  background: rgb(193,223,232);
  padding: 5px;
}

h1 {
  margin-bottom: 0px;
  font-size 200%;
}

h2 {
  margin-bottom: 0px;
  font-size 100%;
}

h3 {
  margin: 5px;
  padding: 0px;
  font-size 60%;
}

.title {
  text-align: left;
  font-weight: bold;
  
}

.bg {
  font-style: italic;
  text-align: left;
}

.speak {
  margin: 5px;
  padding: 0px;
  text-align: center;
  background: rgb(150,174,181);
}