html * {
        font-size: 16px;
        line-height: 1.5;
        color: #2020131;
        font-family: Nunito, sans-serif;
      }
h1 {
        font-size: 30px;
        font-weight: 200;
        color: #6044aa      }
        
/* Add a black background color to the top navigation */
.topnav {
  background-color: #888;
  
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #8080c0;
  color: white;
}

#pg_title {
  margin: auto;
  border-radius: 10px;
  border: 2px solid #73AD21;
  background: #fcfcfc;
  padding: 15px; 
  height: fit-content;
  width: fit-content;
}
#t_newsletter {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-radius: 10px;
}
#t_newsletter td, #t_newsletter th {
  border: 1px solid #ddd;
  padding: 8px;
}
#t_newsletter td:hover {background-color: #ffdd77;}
#t_newsletter tr:nth-child(even){background-color: #f2f2f2;}
#t_newsletter th {
  font-weight: 200;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #046DAA;
  color: white;
}
/*
.DisplayImgCtr {
    display: block;
    margin-left: auto;
    margin-right: auto }
*/