.text {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 60%;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.text a {
  font-size: 20px;
  text-decoration: none;
  color: black;
}
.text h2 {
  text-align: center;
  margin-bottom: 20px;
}
iframe {
  height: 600px;
  margin-top: 20px;
}
