*, a:link, a:visited, body{
    cursor: url('http://www.synesthesiavisuals.com/assets/bee-cursor-64.png') 32 15, auto;
}
body{
    box-sizing: border-box;
    background: black;
    color: white;
    padding: 0 1.34em 0 .67em;
    display: flex;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
a:link, a:visited{
    color: white;
}
a.else{
    color: grey;
}
main{
    padding-top: 1.34em;
    box-sizing: border-box;
    margin: auto;
    display: inline-grid;
    width: 95%;
}
nav{
    box-sizing: border-box;
    display: inline-grid;
    grid-template-columns: 33% 33% 33%;
    column-gap: .67em;
    margin-bottom: .67em;
}
nav a{
    text-align: center;
    display: inline;
}
a.here{
    font-weight: bold;
}
section img{
    width: 100%;
}
footer{
    margin: auto;
    width: 95%;
    bottom: 0;
    padding-bottom: 1.34em;
}