h1 {
  color: black;
  text-align: center;
//  line-height: 50%;
  font-size: 60px;
}
h2 {
  color: black;
  text-align: center;
  font-style: italic;
  line-height: 0%;
  font-size: 30px;
}
h3 {
  color: black;
  text-align: left;
  font-size: 40px;
}

p.quote {
  margin-left: 20px;
  font-style: italic;
}

img {
  display: block; 
  margin: auto;
  width: 600px; 
  height: 337px;
}

.table {
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid black;
}
.row {
  display: flex;
  border-bottom: 1px solid black;
}
.heading {
  font-weight: bold;
}
.cell {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.pattern {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
.legend {
  font-style: italic;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

div.footer {
  margin: 50px;
}

p.footer {
  text-align:center;
  font-style:italic;
}
