body {
    background-color: rgb(250,250,250);
}

#header {
    text-align: center;
    padding: 5px;
    background-color: rgb(250,250,250);
}

img {
    border: 1px solid black;
}

ul.small li{
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

a.small {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}

table {
    padding: 10px;
}

div.small {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}
div.courier {
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
}
div.biglabel {
    font-family: "Courier New", Courier, monospace;
    font-size: 40px;
    display: flex;
    justify-content: center;
}

blueline {
    /*height:4px;width:50%;background-color:rgb(180,180,255)"
    height: 4px;
    width: 60%;
    border-width: 10;
    background-color: rgb(80,80,200);
}

.gallery-container h3 {
    text-align: center;
    margin-top: 40px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}
