body, html {
	margin: 0;
	font-family: Arial, sans-serif;
}

.content {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 10px;
}


.logo-chess {
    text-align: center;
    width: 100%;
    height: 50%;
    margin-top: 3%;
}

.logo-chessfun {
    text-align: center;
    width: 100%;
    height: 50%;
    margin-top: 0.75%;
	font-size: 3.5rem;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

.logo-shop {
    text-align: center;
    width: 100%;
    height: 50%;
    margin-top: 0.5%;
	font-size: 1.3rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.product {
	display:inline
	justify-content: center;
	margin-top: 0rem;
	margin-bottom: 5rem;
}

.contact_123 {
	right: 0;
	margin-right: 20px;
	top: 20px;
	text-align: right;	
	text-decoration: none;
	color: black;
	position: fixed;


	font-size: 0.85rem;
	
		font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;


}


.legal {
	left: 0;
	margin-left: 190px;
	bottom: 20px;
	text-align: right;	
	text-decoration: none;
	color: black;
	position: fixed;
	font-size: 0.8rem;
	margin-bottom: 0rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-top: 0rem;
}

.legal-notice {
	text-align: left; 
	margin-top: 1%;
	height:400px;
	width:800px;
	border: 0px;
	overflow: auto;
}


.shop {
	margin-top: 1%;
	height:400px;
	width:800px;
	border: 0px;
	overflow: auto;
}

.output { 
	font-family: montserrat;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-align: left;
	color: rgb(0, 0, 0);         
	padding: 10px; 
	bottom: 10px;
	left: 20px;
	position: fixed;
}


html { 

	background: url('https://chessfun.art/img/background_gradient.webp') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }

h1 {
	font-size: 3.5rem;
	margin-bottom: 0rem;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	margin-top: 0rem;
}


h2 {
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	margin-top: 0rem;
}

h3 {
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-top: -0.5rem;
}

h4 {
	font-size: 1.3rem;
	margin-bottom: 0rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-top: 1rem;
}

h5 {
	font-size: 1rem;
	margin-bottom: 0rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-top: 1rem;
}

h6 {
	font-size: 0.85rem;
	margin-bottom: 0rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	margin-top: 0rem;
}

p {
	font-size: 0.8rem;
	margin-bottom: 0rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin-top: 0rem;
}

.board-options {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
	margin-bottom: 5rem;	
}




.option {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.color-square {
	width: 100px;
	height: 100px;
	border-radius: 5%;
	margin-top: 0rem;

	
}
.marble { background-image: url('https://chessfun.art/img/marble_logo.svg');
margin-left: 2rem;
	margin-right: 2rem;
		  }

.wood { background-image: url('https://chessfun.art/img/wood_logo.svg');
	margin-left: 2rem;
	margin-right: 2rem;
		 }

.eco { background-image: url('https://chessfun.art/img/eco_logo.svg');
	margin-left: 2rem;
	margin-right: 2rem;
		 }

.pop { background-image: url('https://chessfun.art/img/pop_logo.svg');
	margin-left: 2rem;
	margin-right: 2rem;
		}



			



.color-square {
			-webkit-transition: all 0.1s ease-in-out;
			  -moz-transition: all 0.1s ease-in-out;
			  -o-transition: all 0.1s ease-in-out;
			  transition: all 0.1s ease-in-out;		
			}

.color-square:hover {
			z-index: 5;
		}

.color-square:hover {
			width: 150px;
			height: 150px;
		}

.marble:hover {
	background-image: url('https://chessfun.art/img/marble_over.webp');
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

.wood:hover {
	background-image: url('https://chessfun.art/img/wood_over.webp');
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

.eco:hover {
	background-image: url('https://chessfun.art/img/eco_over.webp');
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

.pop:hover {
	background-image: url('https://chessfun.art/img/pop_over.webp');
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
}

