*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
    background: rgba(169, 231, 169, 0.641);
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
    line-height: 1.28;
    margin: 20px 20px;
}
header{
    text-align: center;
    padding: 20px;
    
    margin-bottom: 20px;
}
h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding: 1cm;
    
}
.home_button{
    float: Right;
    font-family: 'Courier New', Courier, monospace;
    background-color: #b14b4b91;
    border: none;
    color: rgb(0, 0, 0);
    border: 10px;
    text-align: center;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
  .home-button:hover {
    background-color: #4cbbb9c7;
    border: dotted 2px darkmagenta;
    
  }  


a{
    text-decoration: none;
    color: #000000;
}
nav{
    display: flex;
    justify-content: center;
        
    align-self: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
nav a{
 
    display: inline; 
    margin: 5px;
    font-size: 16px;
    background-color: #bffc4fd8;
    
}
nav a:hover{
    background-color: #81ba18e5;
 
    text-decoration: wavy;
}
header{
    column-span: all;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}
sub{
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        
}


a{
    font-weight: 600;
    color: #000000;


}

h1{
    text-align: center;
    border-radius: 30px;
    font-size: 40px;
}
h2{
    font-size: 30px;
    text-align: center;
    text-indent: 50px;
    font-style: italic;
}
div{
    columns: 6, 10px;
    column-gap: normal;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
p{
    text-indent: 100px;
}
    


.disclaimer{

    color: rgb(255, 0, 0);
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.footercontainer{
    display: inline-block;
    block-size: auto;
    writing-mode: horizontal-tb;
    font-family: 'Courier New', Courier, monospace;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 15px;
}
.dropdown{ 
    float: inline-end;
    margin: 1px;
    padding: 5px;
}
.qr{
    float: inline-start;
    margin: 1px;
    padding: 10px;

}
footer {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
}