/* #968B7C */
/* #372E2C */
/* #90494E */
/* #D78666 */

* {
  color: #372e2c;
  background: #968b7c;
}

a {
  color: #90494e;
}
html {
  background: #372e2c;
}

@font-face {
  font-family: wild;
  src: url("Wild and Folk Font.ttf");
}

body {
  border-radius: 1em;
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  padding: 20px 80px;
}

h1 {
  text-align: center;
  line-height: 2;
  font-size: 3.5em;
  margin-top: 20px;
}
h1,
h2,
h3 {
  font-family: wild;
  line-height: 1.2;
  text-decoration: underline dashed #90494e;
}

button {
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border: 0.1em solid #372e2c;
  border-radius: 0.5em;
}

video {
  max-width: 320px;
  width: 80%;
}
