.video-responsive {
  height: 0;
  margin: 0 0 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body {
  color: black;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
}
a {
  color: black;
}
a:hover {
  color: #818181;
}
