/*  &&&

If you see &&&, it means that its me, Barry, speaking. 
But anyways, I know what you're thinking.
There are no secrets in the css files, well, most of the time.

So yeah, don't spend too much time looking into here.

*/


body {
    background-color: #001;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}


#title {
    display: block;
    margin: auto;
    border: white 3px solid;
}

.menuchoices {
    display: flex;
    width: 80%;
    margin: auto;
}

.menuchoices > a {
    display: block;
    width: 33%;
    margin: auto;
}

.menuchoices > a > img {
    display: block;
    margin: auto;
}

.center {
    text-align: center;
}

.imagelevel {
    border: white 2px solid;
}


.seeablelinks {
    color: white;
}