
body {
    padding:0px;
    margin: 0px;
    background-color: white;
    color: black;
    font-weight: 300; 
    font-size: 13pt;
}


/* text styling */
strong {
  font-weight: 600;         
}

h1 {
  margin-top: 0px;
}

h2 {
  margin-top: 100px;
  text-align: center;
}

.container {
    background: white;
    margin: 5px;
}

.slide {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}

#comprehension {
  width: 400px;
}