body {margin: 0; background-color: #1d1f21; font-family: monospace; font-size: 20px;}
footer {
        position: fixed;
        left: 0px;
        bottom: 0px;
        height: 192px;
        width: 100%;
        text-align: center;
     }
.main {position: relative; color: #d6651e; top: 40px; text-align: center;}
.monkey {position: absolute; bottom: 0; left: 20px; width: 100px; height: 100px;}
.arle {display: block; margin-left: auto; margin-right: auto;}
.options {position: absolute; bottom: 0; right: 20px;}
a:link {text-decoration: none; color: #d6651e; }
a:visited {text-decoration: none; color: #d6651e; }