html,body{
  margin:0;
  padding:0;
  background:#fff;
  color:#444;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65;
}

.page{
  max-width:900px;
  margin:0 auto;
  padding:40px 24px 80px;
}

h1{
  font-size:clamp(30px,4vw,42px);
  font-weight:400;
  margin:0 0 28px;
}

h2{
  font-size:clamp(22px,3vw,28px);
  font-weight:400;
  margin:0 0 16px;
}

p{
  margin:0 0 18px;
}

audio{
  width:100%;
}

.video-wrapper{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
}

.video-wrapper iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

.responsive-image{
  width:100%;
  height:auto;
  display:block;
}

.caption{
  font-size:.9rem;
  color:#777;
  margin-top:10px;
}

.separator{
  width:90px;
  height:1px;
  background:#999;
  margin:50px auto;
}

a{
  color:#666;
  text-decoration:underline;
  text-decoration-style:dashed;
}

a:hover{
  background:#666;
  color:#fff;
}

.backlink{
  max-width:900px;
  margin:15px auto 0;
  padding:0 24px;
}

.backlink a{
  text-decoration:none;
  font-weight:600;
}