article.page {
 margin-top: 20px;
 } 
article.page p {
 margin: 0 0 1.5em 0;
 font-size: 16px;
 }
article.page > h1:first-of-type {
 display: none;
 }
article.page h2 {
 margin: 1.5em 0 0.5em 0;
 font-size: 24px;
 }
.save-the-date {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    width: 220px;
    background: #fff;
    padding: 4px;
    border: 1px solid #999;
    text-align: center;
}
td, th {
 vertical-align: top;    
 }

 button.ff-btn {
  background: var(--year-color) !important;
  color: var(--year-color-text) !important;
  border-radius: 0 !important;
  }
a {
  text-decoration: underline;
  }