body {
       color: red;
       font-family: "pixeloperator-bold";
       background-image: url("/img/FUR02.png");
        background-repeat: repeat;
        text-align:left;
        font-size:28px;
        
      
}

.main {
  width:60%;
  margin:auto;
}

h1{
  text-shadow: 0px 0px 7px red;  
}

img {
 max-width:25%;
 max-height:200px;
 margin:10px
}

main a:link {
  color:red;
}
main a:visited {
  color:red;
}