a img {
  border: none;
}
iframe {
  border: solid 1px black;
}
body {
  background: white;
  color: black;
  font-family: sans-serif;
}
p {
  text-align: justify;
}
h1 {
  font-size: 240%;
  text-align: center;
}
h1 span.subtitle {
  font-size: 75%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 160%;
}
h4 {
  font-size: 120%;
}
p.link-svg {
  font-size: 80%;
  color: rgb(50%, 50%, 50%);
}
