
body{
    font-family: 'Courier New', Courier, monospace;
    background-image: url("/icon\ open\ safebox.png");
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;


}
a{
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #000000;
    
}

.header{
    columns: 3;
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
    font-weight: 400;
    font-stretch: expanded;
    text-align: center;   
}

.header#sub{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
        
} 



main{
    columns: 3;
    column-width: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;


}
article{
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;

}

.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;

}