#body{background-image: url(imonster.png);
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
}

#box1{color: black; font-family: "Press Start 2p";
     margin: 0px;
     width: 420px;
     height: 10px;
     border-style: outset;
     border-width: auto;
     border-color: gold;
     border-radius: 10px;
     padding: 5px;
     background: linear-gradient(to right,silver,brown);
   }
.even{color:white;
     font-family:"consolas", sans-serif; 
     margin: 0px;
     width: 120px;
     height: 10px;
     border-style: outset;
     border-width: auto;
     border-color: gold;
     border-radius: 10px;
     padding: 5px;
     background: linear-gradient(to right,black,red)}
.odd{color:purple; font-family:"consolas", sans-serif;
     margin: 0px;
     width: 120px;
     height: 10px;
     border-style: outset;
     border-width: auto;
     border-color: gold;
     border-radius: 10px;
     padding: 5px;
     background: linear-gradient(to right,silver,brown)}