body{
    background-image: url(/to_be_zzzzip/ew0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.75;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
}
a{
    text-decoration: none;
    color: #000000;
}
* a:hover{
    color: #060cb4;
    text-decoration: wavy;
}
header{
    border: solid yellow 1px;
    border-radius: 30px;
    background-color: rgba(125, 125, 125, 05);
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}
sub{
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        font-style: italic;
}


h1{
    border: solid yellow 1px;
    border-radius: 30px;
    background-color: rgba(125, 125, 125, 05);
}
h2{
    font-size: 30px;
    text-align: center;
    text-indent: 50px;
    font-style: italic;
}
p{
    text-indent: 100px;
}
    nav{
    display: inline-block;  

    font-size: 25px;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
   
}
nav li {
    display: inline-block;
    margin: 5px;   
    padding: 15px;
    border: rgb(232, 223, 60) solid 2px;
    border-radius: 40px;
    background-color: rgba(125, 125, 125, 05);
    font-weight: 500;


}
.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;
}