
body {
    background-image: url("images/neo_tile.png");
    background-color: black;
    background-size: 200px 200px;
    font-size: 20px;
    color: white;
    font-family: "Lucida Console", Courier, monospace;
    /*font-family: "Georgia", Serif;*/
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
}

#navBar {
    /*background-color: black;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1700px;
    border-style: solid;
    border-bottom: 5px solid red;
}

#teaser {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1562px;
    height: 977.5px;
    margin-top: 3em;
    border: 5px solid black;
}

#instaTeaser {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    border: 5px solid black;
    max-width:540px; 
    min-width:326px; 
    padding:0; 
    width:99.375%
}

a {
    text-decoration: none;
    font-size: 30px;
    color: blue;
    text-align: center;
}

    a:visited {
        text-decoration: none;
        color: blue;
    }
