
body{
    font-family: 'Courier New', Courier, monospace;
}
a{
    text-decoration: none;
    color: #000000;
}
* a:hover{
    color: #060cb4;
    text-decoration: wavy;
}
header{
    text-align: center;
    font-size: 60px;
    font-weight: 600;
}
sub{
        font-size: 28px;
        font-weight: 300;
        text-align: center;
        font-style: italic;
        
    }   

.gallery{
        display: inline-flexbox;    
        -ms-flex-align: center;
}

h3{ 
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 400;
}
footer{
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
}
.dropdown{
    display: block;
    flex-direction: row;
    align-items: flex-start;
    margin: 1px;
    padding: 5px;
}
.qr{
    display: inline;
    flex-direction: end;
    margin: 1px;
    padding: 10px;

}
    