body {
  font-family: verdana, helvetica, arial, sans-serif;
  margin: 10px;
  padding: 0px;
  display: block;
  background: #000d51;
  color: white;
}

a {
  text-decoration: underline;
  background: #000d51;
  color: white;
}

h1 {
  text-align: center;
}

.webcam-image {
  padding: 0px;
  margin: 10px;
  border: solid 1px white;
}

.heading {
  font-weight: 700;
}

.quote [lang="en"] {quotes: '"' '"'}
.quote:before {content: open-quote}
.quote:after {content: close-quote}

