
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-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    font-weight: 400;
    font-stretch: expanded;
    border: 10px;
    border-color: black;
}
.header#sub{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
        
    }   

.gallery{
        display: flexbox;    
        -ms-flex-align: center;
}
.footercontainer{
    display: flex;
    flex-direction: row;
    position: absolute;
    position: left;
    font-family: 'Courier New', Courier, monospace;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    font-size: 15px;
}
.dropdown{
    display: block;
    flex-direction: row;
    align-items: flex-start;
    margin: 1px;
    padding: 5px;
}
.qr{
    display: inline;
    flex-direction: end;
    margin: 1px;
    padding: 10px;

}