h1 {
  text-align: center;
  padding-top: 2cm;
  font-family: "Lato", sans-serif;
}

.topic {
  margin-left: .4cm;
  font-family: "Lato", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 180%;
}

.name {
  margin-left: .4cm;
  font-family: "Lato", sans-serif;
  font-size: 150%;
}

.description {
  margin-left: .4cm;
  font-family: "Lato", sans-serif;
  font-size: 100%;
}

.video{
  max-width: 95%;
}

a.link:link, a.link:hover, a.link:active, a.link:visited {
    color: #c81d24;
    cursor: auto;
}
