@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url(./static/lora.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #51A687;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: 'Lora', sans-serif;
}

.content {
  margin: 0 auto;
  max-width: 800px;
  width: 94%;
  text-align: justify;
}
.content p {
  text-align: justify;
}

h1 {
  margin-top: 3%;
  margin-bottom: 1%;
  font-size: 36pt;
  color: #103300;
  zoom: 1;
  text-align: center;
}

h2 {
  font-size: 22pt;
  text-align: center;
}

h5 {
  font-size: 16pt;
  margin-bottom: -5px;
}

p {
  line-height: 1.7;
  font-size: 16pt;
}

.pbold {
  font-size: 18pt;
  font-weight: bold;
}

        table {
            border-collapse: collapse;
            width: 90%;
            margin: 20px auto;
        }
        th, td {
            border: 1px solid #444;
            padding: 8px 12px;
            text-align: left;
        }
        td {
            font-size: 14pt;
        }
        th {
            background-color: #333;
            color: #fff;
            font-size: 15pt;
        }
        tr {
            font-size: 14pt;
        }
        tr:nth-child(even) {
            background-color: #06402B;
            color: white;
        }


/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #96D9C0;
  text-align: center;
}

