/* Whole document: */
/* Headers */
h1 { /* Header 1 */
  font-size: 32px;
  font-weight: bolder;
}
h2 { /* Header 2 */
    font-size: 26px;
    font-weight: bolder;
}
h3 { /* Header 3 */
  font-size: 20px;
  font-style: oblique;
  font-weight: bold;
}
h4,h5,h6{
  font-size: 16pt;
  font-style: italic; 
}
body{
  font-family: Helvetica;
  font-size: 14pt;
  text-align: justify;
  margin:auto;
}

/* Container holding the image and the text */
.container {
  position: relative;
  width:100%;
  text-align: center;
  color: white;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 25%;
  left: 10%;
}

.tagline {
    font-size: 200%;
}

figure {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}