


::selection{
  color: #ffccff;
  background-color: #220055;
}


::-webkit-scrollbar {
  width: 15px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 2px 2px 7px #aa00ff;
}


::-webkit-scrollbar-thumb {
  background: #ff7700;
}

a{
  color:#00ff00;
  font-size: 20px;
  }

h1{
  color: #ffffff;
  text-align:center;
  text-shadow: 1px 1px 18px #00ff00, 0 0 5px #99ff99;
  }


h4{
  font-size:17px;
  color: #aa00ff;
  text-align:left;
  }
    
h5{
  font-size:17px;
  color: #ff7700;
  text-align:left;
  }
    
p{
  color: #00ff00;
  text-align: center;
  }

body {
  background-image: url("gam/stars.gif");
  background-color: black;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  
  }
  
#pumpkins{
  background-image: url("gam/pumpkin.gif");
  position:absolute;
  height: 4000px;
  width: 99%;
  z-index: -1;
    }
    
.main{
  border: solid #aa00ff;
  height: 3700px;
  width: 800px;
  margin:auto;
  background-image:url("gam/stars.gif");
  padding:20px;
  
  }
    
#gamtav{
  border: 2px solid #aa00ff;
  border-radius: 10px;
  padding:5px;
  overflow: auto;
  height:700px;
  background-color: #000000;
  
  }
  
  
  .clown{
    height:100px;
    width:100%;
    background-image:url("gam/lineclown.png");
    background-repeat: repeat-x;
    background-size: 160px 100px;
    margin: 3px;
    }
  
  .fago{
    height:100px;
    width:100%;
    background-image:url("gam/linefaygo.png");
    background-repeat: repeat-x;
    background-size: 160px 100px;
    margin: 3px;
    }
  
  .gthearts{
    height:80px;
    width:100%;
    background-image:url("gam/gthearts.png");
    background-repeat: repeat-x;
    background-size: 130px 80px;
    }
  
  
  #gamgallery{
    margin:auto;
    height:700px;
    border:solid #aa00ff;
    padding: 20px;
    overflow: auto;
    background-color: black;
    border-radius: 10px;

  }
  
  #heart{
    margin:auto;
    display:block;
    width:400px;
    }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  