@font-face {
    font-family: "MaxW05-Light";
    src: url("./MaxW05-Light.woff2") format("woff2"),
      url("../fonts/MaxW05-Light.woff") format("woff");
  }

  body,
  p,
  a,
  * {
    font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
  }
  a {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
    color: #0056b3;
  }
  body {
    background-color: rgb(211, 211, 211);
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.85;
  }
  h1 {
    font-size: 2.625rem;
    color: #2777b8;
    font-family: "MaxW05-Light", "SourceSansPro", Helvetica, Arial,
      sans-serif;
  }
  #box {
    max-width: 800px;
    display: box;
    background-color: white;
    border-radius: 2em;
    padding: 3rem;
    margin: 0 auto;
  }
  .images {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .images img {
    flex: 1;
  }
  .columns {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .columns .column {
    flex: 1;
  }
  a.blueButton,
  a.greenButton {
    margin-top: 1rem;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    color: white;
  }
  a.greenButton:visited {
    color: white;
  }
  .blueButton {
    background-color: #0069d9;
  }
  .greenButton {
    background-color: #218838;
  }