
<style>
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

li{
    float: left
}

li a{
    display: block;
    text-align: right;
    padding: 16px;
    font-size: 150%;
    text-decoration: none;
    list-style-type: none;
}

li a:hover {
    background-color: #be1e2d;
    color: #d7e4c2;
}

h1 {  
    color: #be1e2d;
    padding: 22px 26px;
    text-align:center;
    font-family:Majesti Banner Heavy;
    font-size: 30pt;
    text-decoration: none;
}

h2 {
   color: #be1e2d;
    padding: 22px 26px;
    text-align:center;
    font-family:Majesti Banner Medium;
    font-size: 20pt;
    text-decoration: underline;
} 

h3 {
   color: #be1e2d;
    padding: 22px 26px;
    text-align:center;
    font-family:Majesti Banner Medium;
    font-size: 20pt;
    text-decoration: none;
}
h4 {
   color: #d7e4c2;
    text-align:center;
    font-family:Majesti Banner Light;
    font-size: 20pt;
    text-decoration: none;
}
div {
    border:;
    padding: 5px;
}

.img {
    float: left;
}

.clearfix {
    overflow: auto;
}

.img1 {
    float: left;
}    
div.polaroid {
  width: 80%;
  background-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
  margin-bottom: 25px;
}
 div.polaroid1 {
  width: 80%;
  background-color: #41393d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.30);
  margin-bottom: 25px;
}           

div.container {
  text-align: center;
  padding: 10px 20px;
} 

table, td {
    font-family: majesti Banner, Medium;
    border-collapse: collapse;
    width: 100%;
    font-size: 20pt;
    color: #d7e4c2;
    border: "10";
}

td, th {
    border: 1px 
    text-align: left;
    padding: 8px;
    font-family:Majesti Banner Medium;
    font-size: 15pt;
    color: #d7e4c2;
}

.active {
    background-color: #be1e2d;
}
a:link {
    color: #be1e2d;
    background-color: transparent;
    text-decoration: underline;
    text-align:center;
    font-family:Majesti Banner Book;
    font-size: 20pt;
}
a:visited {
    color: #be1e2d;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #d7e4c2;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

p{
    text-align:center;
    font-family:Majesti Banner Light;
    font-size: 20pt; 
    color:#d7e4c2;
}
p2{
    text-align: center;
    font-family:Majesti Banner Light;
    font-size: 20pt; 
    color:#d7e4c2;
}
section { 
    display: block;
    text-align:center;
}
    
.header {
    padding: 20px;
    text-align: center;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.right {
     float: right;
     width: 300px;
    padding: 10px;
}
    
.left {
    float: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 20px;   
}
 
div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    
}
p.one {
    border-style: solid;
    border-width: 5px;
    color: #d7e4c2;
    text-align:center;
     
}
    
 body {
  margin: 0;
  font-family: Majesti Banner Heavy;
} 
    
 .nav {
  overflow: hidden;
  background-color: #41393d;
} 
    
.nav a{
    color: #d7e4c2;
    padding: 22px 26px;
    text-align:center;
    font-family:Majesti Banner Heavy;
    font-size: 20pt;
    text-decoration: none;
}
    
.nav a:hover {
    background-color: #be1e2d;
    color: #d7e4c2;
}
    
.container {
    position: relative;
    text-align: center;
    color: #d7e4c2;
    font-size: 40pt;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.column2 {
    align-content: center;
    width: 30%;
    padding: 10px;
}
    
 .column3 {
    float: right;
    width: 30%;
    padding:15px;
    text-align: center;
    text-decoration: none;
} 
* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
    flex: 33.33%;
    overflow: hidden;
}
.row {
  display: flex;
  overflow: hidden;
}

.row::after {
    content: "";
    clear: both;
    display: table;
    overflow: hidden;
}
   

.box {
    float: left;
    width: 50%;
    padding: 50px;
    height: 300px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
    
footer {
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
</style>

