body {
  background-color: #F0EFEF;
     margin: 0;
   padding: 0;
   		  background-image: url('media/0b-g.jpg');
  background-repeat: repeat;
  cursor: url("media/cur2.cur"),auto;
  
}


#example1 { cursor:  url("media/curlink1.cur"),pointer; }

h2 {
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'Arial', serif;
 
}


li {
    cursor:  url("media/curlink1.cur"),pointer;
}

p {
  margin-top: 0px;
  padding: 0;

}

img { display: block; pointer-events: none }


.container {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 852px;
	  justify-content: center;
	  background-color: #772A42;
	    padding: 0;
}

.pink {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 100%;
	  justify-content: center;
	  background-color: #ffaeb0;
	    padding: 0;
		

}

.pink2 {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 100%;
	  justify-content: center;
	  background-color: #ffccff;
	    padding: 0;
		

}


.green {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 100%;
	  justify-content: center;
	  background-color: #a2e9d4;
	    padding: 0;
		

}


td, th {
vertical-align:top;
}

.foncefea {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 852px;
	  justify-content: center;
	  background-color: #5c0f27;
	    padding: 0;
		
		  background-image: url('media/FEATURES-bg-home.jpg');
  background-repeat: no-repeat;

  background-position: center;
}

.foncegameplay {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 852px;
	  justify-content: center;
	  background-color: #5c0f27;
	    padding: 0;
		
		  background-image: url('media/GAMEPLAY-bg-home3.jpg');
  background-repeat: no-repeat;

  background-position: center;
}

.foncenoise {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 852px;
	  justify-content: center;
	  background-color: #4b061b;
	    padding: 0;
		
		  background-image: url('media/noise3.jpg');
  background-repeat: repeat;

  background-position: center;
}

.foncewhy {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	  margin-bottom: 0px;
    max-width: 852px;
	  justify-content: center;
	  background-color: #5c0f27;
	    padding: 0;
		
		  background-image: url('media/Why-bg-home2.jpg');
  background-repeat: no-repeat;

  background-position: center;
}


.cards {
  display: grid;
  width: 1000px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 15px;
    margin-right: 15px;
  margin-left: 15px;
  padding: 30px;
  
}

/* Style the cards */
.card {
	
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: white;
  height: 195px;
}



img {
  max-width: 100%;
  height: auto;
}


.responsive {
  max-width: 100%;
  height: auto;
   margin: 0;
     padding: 0;
}


h1, h2, h3, p {
    margin: 0;
}