
body
{
    margin: auto;
    width: 80%;
    font-family: monospace;
    background-color: #000000;
    color: #ff7b00;
}

pre
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12pt;
    font-weight: bold;
    font-family: monospace;
}

img
{
    max-width: 100%;
    height: auto;
    width: auto\9;
}

h1
{
    font-size: 24pt;
}

h2
{
    font-size: 18pt;
}

p
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14pt;
}

a
{
    color: #ff7b00;
    background-color: #000000;
    text-decoration: none;
}

a:hover
{
    color; #000000;
    background-color: #ff3200;
}

a:visited:hover
{
    color; #000000;
    background-color: #ff3200;
}

a:visited
{
    color: #000000;
    background-color: #ff7b00;
    text-decoration: none;
}

.bootkisser
{
    float: left;
}

#shell
{
   color: #ff7b00;
   background-color: #000000;
   font-size: 18pt;
}

#footer
{
    display: flex;
    width 100%;
    height: 2em;
    padding-top: 50px;
}
