body{
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  background:#f2eadb;
  color:#1b1b1b;
  line-height:1.6;
}
.frame{
  max-width:900px;
  margin:3.5rem auto;
  padding:0 1.25rem 3rem;
}
.rule{
  height:10px;
  background:linear-gradient(90deg,#0f6f73,#1b1b1b,#c35a2a);
  border-radius:10px;
}
h1{
  font-size:2.6rem;
  margin:.75rem 0 .25rem;
}
.title{
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#323232;
}
.mast{margin-bottom:1.8rem;}
.content{
  background:rgba(255,255,255,.55);
  padding:1.75rem;
  border-radius:18px;
  box-shadow:0 16px 30px rgba(0,0,0,.08);
  line-height:1.75;
}
.content p, .content li{
  margin-bottom:.65rem;
}
.footer{
  margin-top:2rem;
  display:flex;
  gap:1.2rem;
}
a{
  text-decoration:none;
  color:#1b1b1b;
  border-bottom:1px solid rgba(0,0,0,.3);
}
a:hover{border-bottom-color:#000;}
.tagline{
  margin-top:1.4rem;
  text-align:center;
  font-size:.9rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#323232;
}
