body {
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding: 20px;
    line-height: 1.7;
  }

  .wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  #headline {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .question {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .answer {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.7;
  }

  .answer br {
    margin-bottom: 10px;
    content: "";
    display: block;
  }

  a {
    text-decoration: none;
    color: #26ADE0;
  }

  .express_icon{
    width: 16px;
    height: 26px;
    margin-left: 5px;
  }