body{
    font-family: 'Courier New', Courier, monospace;
}
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #d76fdcdb;
    font-style: bold;
    text-decoration: underline;
}
header{
    text-align: center;     
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    font-weight: 400;
    font-stretch: expanded;
    border: 10px;
    border-color: black;
}
sub{
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
}   
table{
    display: table;
    border-radius: 10px;
}

.footercontainer{
    display: inline-block;
    block-size: auto;
    align-content: center;
    writing-mode: horizontal-tb;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff00;
    font-size: 15px;
}
.dropdown{ 
    float: inline-end;
    margin: 1px;
    padding: 5px;
}
.qr{
    display: inline block ;
    align-content: center;
    margin: 1px;
    padding: 10px;

}