@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 {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 100px 0;
  background: #f1a481;
  background: radial-gradient(circle, rgba(243, 178, 149, 1) 0%, rgba(241, 164, 129, 1) 100%);
}
img {
  width: 500px;
  margin-bottom: 30px;
  max-width: 70%;
}
a {
  color: #4a274f;
  text-decoration: none;
}
video {
  margin-top: 50px;
  border: 0;
  max-width: 90%;
}
@media (max-width: 500px) {
  html,body {
    background: #f1a481;
  }
}