  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  :root {
    --open-event: #0300CC;
    --closed-event: #F6BF26;
    --sos-red: #FE000B;
    --navy-blue: #000080;
    --gold: #FFD700;
  }

  body,
  html {
    background-color: #001f2b;

    font-family: Verdana, sans-serif;
    font-size: 11pt;
    text-align: center;
  }

  .topnav {
    overflow: hidden;
    background-color: #00415a;
  }

  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .topnav a.active {
    background-color: #00719c;
    color: white;
  }

  .topnav .icon {
    display: none;
  }

  @media screen and (max-width: 992px) {
    .topnav a:not(:first-child) {
      display: none;
      font-size: 50px;
    }

    .topnav a.active {
      font-size: 50px;
    }

    .topnav a {
      font-size: 50px;
    }

    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 992px) {
    .topnav.responsive {
      position: relative;
    }

    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  div.section a {
    text-decoration: none;
  }

  div.section a:link,
  div.section a:visited,
  div.section a:active {
    color: #00719c;
    text-decoration: underline;
  }

  div.section a:hover {
    background-color: #00719c;

    color: #f2f2f2;
  }

  div.section {
    position: relative;
    display: table;

    width: 800px;

    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 10px 0px;

    border-width: 5px;
    border-color: #00415a;
    border-style: solid;

    background-color: #ffffff;

    text-align: left;
  }

  div.section span {
    margin: 15px 0px 0px 50px;

    font-size: 180%;
    font-weight: bold;
  }
  .section h1 {
    width: 100%;
    background-color: #00415a;
    color: #f2f2f2;
    padding: 5px 0;
    text-align: center;
    font-size: x-large;
  }

  .section p,
  .section ol,
  .section li,
  .section ul {
    padding: 5px 10px 0px 10px;
  }

  div.section-frontpage {
    display: flex;
    text-align: center;
    background-color: #00415a;
    color: #f2f2f2;
    padding-bottom: 5px;
  }

  ol,
  ul {
    list-style-position: inside;
  }