@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
body{
	
}
.simg{
	border:5px groove #FF8259;
	border-radius: 25px
	opacity:.5;
}
.simg:hover{
	border:5px groove #FF8259;
	border-radius: 1px
	opacity:1;
	box-shadow: 10px 5px 5px #A32900;
}
img{
	
}
img:hover{

}
h1{
	font-size:50;
	-webkit-text-stroke: 0.1px #704200;
	font-family:jokerman;
	color:FF9B00;
}
h2{
	font-size:30;
	-webkit-text-stroke: 0.01px #704200;
	font-family:jokerman;
	color:FF9B00;
}
h3{
	font-size:14;
	font-family:Georgia;
	color:8FE7FF;
}
li, ul{
	
}
p{
	font-size:25;
	color:white;
	font-family:Shadows Into Light;
	-webkit-text-stroke: 0px #704200;
}
a:link{
	color:#00FFEB;
	text-decoration:none;
	-webkit-text-stroke: 5px black;
	paint-order: stroke fill;
}
a:visited{
	color:#F2F527;
	text-decoration:none;
	-webkit-text-stroke: 5px black;
	paint-order: stroke fill;
}
a:hover{
}
thead{
	font-size:30;
	color:white;
	text-align:center;
	font-family:jokerman;
	background-color:#00A30B;
}
tbody{
	font-size:30;
	text-align:center;
	background-color:#D17300;
	font-family:Shadows Into Light;
}
tbody tr:nth-child(even){
	background-color:#A35A00;
}
table, td, th{
	
}
table{
	margin-left:auto;
	margin-right:auto;
}
tbody tr:hover{
	background-color:#754100;
}
button{
	background-color:FF8900;
}
button:hover{
	background-color:white;
}
button:active{
	background-color:A15600;
}
.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}

