@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
  background: #f1a481;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 200;
}
span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  width: 100%;
}
img {
  width: 500px;
  margin-bottom: 30px;
  max-width: 90%;
}
a {
  color: #4a274f;
  text-decoration: none;
}
video {
  width: 500px;
  margin-top: 30px;
  cursor: pointer;
  outline: none;
  max-width: 90%;
}