#main {
    width: 800px;
    margin: auto;
  }

body {
    font-family: 'Open Sans';
    padding-left: 12px;
    padding-top: 8px;
    text-decoration-skip: ink;
  }

.pull-right {
  float:right;
  margin-top: 9px;
}

.centered {
  text-align: center;
}

.padded {
  padding: 5px;
}

.title {
    font-family: 'Merriweather';
    font-weight: bolder;
    font-size: 60px;
}

.title-sub {
  color: #000000;
  font-weight: lighter;
  font-size: 25px
}

.highlight {
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 30px;
  /* background-color: #fff2ac; */
  /* background: linear-gradient(rgba(255,255,255,0) 65%, #FFD0AE 65%); */
}

.lead {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 30px
}

.code {
  font-family: 'Merriweather';
  font-weight: bold
}

.stand-out {
  font-style: italic
}

.button {
  background-color: #85754d; /* same color as links */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}
.button:hover {
background-color: #e8e3d3;
}


a {
    /* color: #4b2e83; */
    color: #8a5ed3;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
    /* color: #8a5ed3; */
    color: #85754d;
  }
  .nounderline {
    text-decoration: none !important;
  }