      body{
        background-color: darkgrey; 
        background-attachment: fixed;
        background-repeat: repeat;
        margin: 0px;
        image-rendering: crisp-edges;
      }
      h1{
        color: black;
        font-family: "outfit", sans-serif;
        margin-top: 20px;
        text-shadow: 1px 1px 0 dimgrey;
        text-align: center;
      }
      h2{
        color: black;
        font-family: "outfit", sans-serif;
        margin-top: 15px;
        text-shadow: 1px 1px 0 dimgrey;
      }
      hr{
        border: solid;
        border-color: black;
      }
      @font-face{
        font-family: LCD;
        src: url(/sevensegment.ttf);
      }
      #topleft{
        width: 100px;
        position: absolute;
        left: 0px;
        top: 0px;
      }
      #topright{
        width: 100px;
        position: absolute;
        top: 0px;
        right: 0px;
      }
      #purpmaker{
        color: purple;  
        text-shadow: 1px 1px 0 indigo;
      }
      #purp{
        color: purple;
      }
      #whitemaker{
        color: white;  
      }
      #eggleft{
        width: 75px;
        position: absolute;
        left: 0px;
        Margin-left: 7%;
        top: 150px;
      }
      #eggright{
        width: 75px;
        position: absolute;
        right: 0px;
        Margin-right: 7%;
        top: 150px;
      }
      #timer{
        width: 85%;
        border-style: inset;
        border-radius: 10px;
        border-color: grey;
        border-width: 5px;
        background-color: black;
        /*background-image: url("/main/BeastMarkMini.png");
        background-position: center;*/
      }
      #head{
        color: black;
        font-family: "outfit", sans-serif;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 10px;
        font-weight: bold;
      }
      #title{
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 50px;
      }
      #bottomleft{
        width: 150px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        pointer-events: none;
      }
      #bottomright{
        width: 150px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        transform: scaleX(-1);
        pointer-events: none;
      }
      #home{
        height: 25px;
        border-style: ridge;
        border-color: black;
        background-color: grey;
        margin-top: 0px;
        text-align: center;
        border-width: 3px 0px 3px 0px;
        position: sticky;
        top: 0px;
      }
      p{
        color: black;
        font-family: "outfit", sans-serif;
        margin: 0px;
      }
      a{
        color: purple;
        font-weight: bold;
      }
      #bottom{
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: grey;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        border-style: ridge;
        border-width: 3px 0px 3px 0px;
        border-color: black;
      }
      h3{
        color: black;
        font-family: "outfit", sans-serif;
        text-shadow: 1px 1px 0 dimgrey;
        margin: 0px;
      }
      #banner1{
        width: 85%;
        border-style: outset;
        border-radius: 10px;
        border-color: brown;
        border-width: 5px;
        background-color: maroon;
        background-repeat: repeat;
        background-image: url("/main/scribble.png");
        background-position: center;
      }
      #banner2{
        height: 90px;
        border-style: outset;
        border-radius: 10px;
        border-color: grey;
        border-width: 5px;
        background-color: white;
        width: 85%;
        background-image: url("/housesplit/bannermove.gif");
        background-position: center;
      }
      #logo{
        margin-bottom: 30px;
        margin-top: 29px;
      }
      #logobig{
        margin-bottom: 30px;
        margin-top: 29px;
        color: indigo;  
        text-shadow: 1px 1px 0 dimgrey;
      }
      #a{
        text-decoration: none;   
      }
      #hs{
        visibility: hidden;
      }
      #count{
        color: purple;
        font-family: LCD, sans-serif;
        text-shadow: 0px 0px 4px purple;
      }
      #gallery{
        width: 200px;
        border-style: outset;
        border-radius: 10px;
        border-color: brown;
        border-width: 5px;
        background-color: maroon;
        background-repeat: repeat;
        background-image: url("main/scribble.png");
        background-position: center;
        margin: 20px;
        padding: 10px;
      }
      #housesplit{
        width: 200px;
        border-style: outset;
        border-radius: 10px;
        border-color: grey;
        border-width: 5px;
        background-color: white;
        background-repeat: repeat;
        background-image: url("/main/MattMarkMini.png");
        background-position: center;
        margin: 20px;
        padding: 10px;
      }
      #desc{
        margin: 10px 30px 10px 30px;
        font-weight: bold;
        border-style: ridge;
        border-color: black;
        background-color: grey;
        padding: 10px;
        border-width: 3px;
      }
      .flex-container{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin-right: 10%;
        margin-left: 10%;
        align-items: center;
      }
      #pageimg{
        width: 500px;
        border: solid;
      }
      #pagetitle{
        margin: 0px 0px 15px 0px;
      }
      #pageback{
        margin: 10px auto 10px auto;
        width: 510px;
        font-weight: bold;
        border-style: ridge;
        border-color: black;
        background-color: grey;
        padding: 10px;
        border-width: 3px;
        text-align: center;
      }
      #buttons{
        margin: 10px;
        width: 100px;
        font-weight: bold;
        border-style: ridge;
        border-color: black;
        background-color: grey;
        border-width: 3px;
        text-align: center;
        padding: 10px 0px 7px 0px;
        cursor: pointer;
      }
      #caution{
        height: 25px;
        border-style: solid;
        border-color: black;
        background-color: yellow;
        margin-top: 0px;
        text-align: center;
        border-width: 3px 0px 3px 0px;
        top: 0px;
        background-image: url("/main/caution.png");
        background-position: center;
      }
      @media (max-width: 650px){
       #eggright{
          display: none;
        }
       #eggleft{
          display: none;
        }
       #bottomright{
          display: none;
        }
       #bottomleft{
          display: none;
        }
        #topright{
          display: none;
        }
        #logo{
          text-align: right;
          margin-right: 20%;
        }
        #logobig{
          text-align: right;
          margin-right: 10px;
        }
        #hs{
          visibility: visible;
        }
        #banner2{
          background-repeat: repeat;
          background-image: url("/main/MattMarkMini.png");
          background-position: center;
        }
        .flex-container{
          margin: 0px;
          flex-wrap: wrap;
        }
        #gallery{
          margin: 10px auto 0px auto;
        }
        #housesplit{
          margin: 10px auto 0px auto;
        }
        #pageback{
          margin: 0px 10px 0px 10px;
          width: auto;
        }
        #pageimg{
          width: 100%;
        }
        #subbuttons{
          display: inline;
        }
      } 
      
      
      
      