body{
    
    
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 10px;
}
a{
    text-shadow: rgb(64, 64, 59) 1px 1px 1px;
    text-decoration: none;
    color: #000000;
}

a:hover{
    color: #ffff3c;
    border: 2px solid #252623;
    background-color: #894949ad;
    text-decoration: wavy;
    
}

h1{
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    color: red;
}
header{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
sub{
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
    }
i{
    font-size: inherit;
    font-weight: 500;
    
    color: red;
}

.rabbit{
    font-size: inherit;
    font-weight: 500;
    
    color: red;
    background-color: #252623;
    border: #000000 inset 1px;
    border-radius: 10%;
}
.rabbit:hover{
    color: #eaf6c4;
    border: 2px inset #4b5d26;
    background-color:  #252623;
    text-decoration: wavy;
}

#select{
    border: #000000 inset 2px;
    border-radius: 10%;
    background-color: rgb(206, 55, 35);
    background-blend-mode: color;
}
#select:hover{
    color: #eaf6c4;
    border: 2px inset #ff1500;
    background-color:  #252623;
    text-decoration: wavy;
}
.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;

}