            /*CSS Code*/
            html {
                font-size: 22px
            }

            @font-face {
                font-family: '8BitOperatorJVE';
                src: url('fonts/8bit.ttf') format('truetype');
            }
            
            @font-face {
                font-family: 'sansUndertaleDR';
                src: url('fonts/sans.otf') format('opentype');
            }

            body {
                /*BG stuuff*/
                background-image: url("imgs/StarBG.gif");
                background-position: center;
                background-attachment: scroll;
            }
            .mainboxes{
                background-image: url(imgs/DRbattlegrid.gif);
                width: 500px;
                height: 500px;
                border-style: groove;
                border-radius: 2%;
                border-color: rgb(243, 205, 165);
            }
            .TextStyle1{
              font-family: '8BitOperatorJVE';
            }
            .TextStyle2{
              font-family: 'sansUndertaleDR';
            }