        body {
            font-family:Comic Sans Ms;
            overflow-x: hidden;            
            background-image:url('yellowtilebg.png');
        }
        h1 {
          color:#c4b61b;
          }
        hr {
          border: 9px ridge #e3db3d;
          border-bottom:none;
        }
        .wrap {
            display:flex;
            grid-template-columns: 34em 10em 10em;
        }       
        
        .wrap a:hover {
        transform: scale(0.9);
        box-shadow:0px 0px 50px 3px #a39d26;
        width:350px;
        }
        
        .pagecontainer1contents {
          border-radius:10px;
          height:550px;
          padding:10px;
          text-align:center;
        }
        
         ::-webkit-scrollbar {
         width: 5px;
        }
        ::-webkit-scrollbar-track {
        background: #a39d26; 
        border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb {
        background: #93621B; 
        border-radius: 1px;
        }

        ::-webkit-scrollbar-thumb:hover {
        background: #93621B; 
        }        
        
        .img-gallery {
            box-shadow:10px 10px 30px #a39d26;
            margin:20px;
        }
        .wrapgallery {
            display:inline-block;
            width:70em;
        }                    
        /* god everything here is so shit im sorry you have to go through this spaghetti-code, Please dont look..*/