#page-head {
  position: fixed;
  top: 0;
  width: 85%;
  height: 118px;
  max-width: 800px;
  background: #0D0D0D;
  z-index: 5;
}

@media screen and (max-width: 800px) {
    img, video {
        max-width: 75%;
        height: auto;
    }
}


#iframe {
  position: relative;
  top: 10px;
  width: 100%;
  max-width: 800px;
  height: auto;
  background: #0D0D0D;
  z-index: 1;
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
}

body {
    width: 85%;
    margin:30px;
    margin-top: 120px;
    margin-bottom: 15%;
    background-color: #0D0D0D;
    max-width: 800px;
    color: #fff;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8em;
    z-index: 1;
}

p {
    font-size: 1em;
    color: #efefef;
    margin-top: 10px;
    z-index: 1;
}

h1 {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 1;
}

hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    background-color: #555;
    color: #555;
    height: 1px;
    z-index: 1;
}

a {
    color: #9C9C9C;
    z-index: 1;
}

a:hover {
    color: #4F4F4F;
}

img {
    margin-top: 10px;
    max-width: 100%;
    z-index: 1;
}

input {
    font-family: inherit;
}

#footer {
   position: fixed;
   bottom:0;
   width: 85%;
   height: 58px;
   max-width: 800px;
   background: #0D0D0D;
   z-index: 5;
}
