body {
    font-family: sans-serif;
    background-color: #f3f3f3;
    letter-spacing: 0.5px;
}

.button {
    background: #FAA533;
    border: none;
    padding: 20px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.highlight {
    text-decoration: underline;
    text-decoration-color: #FAA533;
    text-underline-offset: 5px;
    text-decoration-thickness: 5px;
}

.legal {
  color: #999;
  font-size: 14px;
}

.legal a {
  color: #999;
  text-decoration: none;
}

.legal .highlight {
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}