body{
  background-color: black;
  color: red;
  background-image: url("snowfall.gif")
  }
  
.welcometext{
 /*the welcome box*/
  position: relative;
  left: 45%;
  top: 25px;
  width: 250px; 
  padding: 10px;
  border: 1px dashed gold;
  /*position*/
  
  
  }
  
.button{
  
  position: relative;
  left: 1200px;
  top:50px;
  
  background-color: #8b0000;
  width: 150px; 
  height: 100px;
  color: white;
 
  z-index: 1;
  }
  
.blood{
  position: relative;
  left: 1000px;
  top: 25px;
  }