* {

	text-align: center;
	font-family:  "Moon", Arial, sans serif;
	font-weight: normal;

}

.header
{

   
	background-color: yellow; 
	border: 1px solid yellow;
	padding: 10px 0px 0px 0px;
	 height: 90px;

}
.title
{
	display:inline;
	 float:center;
}

#giftabledurl
{
      display:inline;
    float:right;
    margin-top: 0px;
    padding-top:15px;
}

#logo {
display: inline; 
float:left;
padding-left: 15px;
max-width: 4.7%; 
height: auto; 
margin: 0 auto; 
vertical-align: middle;

border-radius: 5px; 
}

.para, ul,li
{
	font-family: Helvetica;
	text-align: left;
}

.para{
	font-size: 16px; /* Adjust the font size */
    line-height: 1.6; /* Increase line height for better readability */
    color: #333; /* Set text color */
    margin-bottom: 20px;
}
.para a:hover {
    color: #0056b3; /* Change link color on hover */
}

a:hover {
    color: #0056b3; /* Change link color on hover */
}

.heading1 {
	font-family: 'Roboto', sans-serif; /* Choose a suitable font family */
    font-size: 36px; /* Adjust the font size as needed */
    font-weight: bold; /* Adjust the font weight for emphasis */
    color: #333; /* Set the text color */
    text-align: center; /* Align the heading to the center */
    margin-bottom: 20px; /* Add some bottom margin for spacing */
}


.heading3
{
	font-family: Helvetica;
	text-align: left;

}

.column {
	float: left;
	padding: 10px;

  }

.left, .right {
	margin-top: 50px;
	width: 20%;
  }
  
  .middle {
	width: 50%;
  }
  
  @media screen and (max-width: 600px) {
	.column {
	  width: 100%;
	}
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }


 h2, #solveButton, #newGameButton, .listWord {

	padding: 5px;

}

 h2, #solveButton, #newGameButton {

	border: 2px black solid;
	border-radius: 8px;

} 

 h2, .cell, #wordlist {

	background-color: white;

}

 h2 {

	margin: 10px auto 10px auto;
	display: table;

}

body {

	background-color: #FFFDD0;

}

#wordTheme {

	border-radius: 8px;

}

#wordboard {

	margin: 20px auto 0 auto;
	border: 2px black solid;
	display: table;
	min-width: 600px;
	min-height: 250px;
	
	

}


.boardRow {

	display: table-row;

}

.cell {

	margin: 0 auto;
	border: none;
	display: table-cell;
	height:20px;
	width: 30px;
	font-size: 17px;
	padding: 0;
	outline: 0;

	/*ensures text can't be accidentally selected*/
	cursor: default; 
	-moz-user-select: none;
    -ms-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -webkit-touch-callout: none; 

}

.cell:hover {

	background-color: rgb(151, 141, 242);

}

.cell.selectable {

	background-color: rgb(206, 206, 234);

}

.cell.selected { 

	background-color: rgb(106, 90, 205);

}

.cell.found {

	background-color: rgb(158, 123, 158);
	border: 1px black solid;
	font-weight: bold;

}



#wordlist { 

	margin: 40px auto 0 auto;
	border: 2px black solid;
	display: table;
	min-width: 600px;
	font-size: 17px;
	text-align: center;
	
}

.listRow {

	display: table-row;

}

.listWord {

	display: table-cell;
	
}

.listWord.found {

	color: rgb(158, 123, 158);
	text-decoration: line-through;
	
}

#solveButton, #newGameButton {

	background-color: rgb(199, 226, 201);
	margin: 20px auto 20px auto;
	display: block;
	outline: 0;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;

}

@font-face {

	font-family: "Moon";
	src: url("../fonts/Moon-Regular.woff2") format("woff2"),
		 url("../fonts/Moon-Regular.woff") format("woff");
	font-weight: normal;

}

@font-face {

	font-family: "Moon";
	src: url("../fonts/Moon-Bold.woff2") format("woff2"),
		 url("../fonts/Moon-Bold.woff") format("woff");
	font-weight: bold;

}

/* Your regular CSS styles here */



