@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;} 

body{
	background: #44B741;
}

header{
	background: url("bannerhome.png") no-repeat center center;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	border: 5px solid #093A0D;
	font-family: "Times New Roman";
}

table{
	width: 100%;
	font-size: 30px;
	padding: 40px;
	font-weight: bold;
	text-align: center;
}

table img{
	border: solid 2px;
	width: 400px;
	height: 400px;
}

h1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

h2{
	text-align: center;
	padding-bottom: 30px;
	font-size: 40px;
	font-family: "Onyx";
}

td{
	width: 50%;
	padding: 40px;
}

.container{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}

.card{
	background: #87F295;
	text-align: center;
	color: #000;
	width: auto;
	font-weight: bold;
	margin: 10px 0;
	flex: 0 0 30%;
	border: solid 1px;
}

.card p{
	padding-top: 3px;
	font-size: 30px;
}

.card img{
	width: 100%;
	height: 90%;
	object-fit: cover;
	border-bottom: solid 1px;
}

.card:hover{
	background-color: #fff;
}

a{
	text-decoration: none;
	color: #000;
}

div{
	position: relative;
	width: 1200px;
	height: 450px;
	overflow: hidden;
}

footer{
	background-color: #005106;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-size: 20px;
}

.what header{
	background: url("BannerWhatIs.png") no-repeat center center;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	border: 5px solid #093A0D;
}

.what table{
	width: 100%;
	font-size: 20px;
	padding: 40px;
	font-weight: bold;
	text-align: left;
}
.what th{
	padding-top: 20px;
	font-size: 30px;
	text-align: left;
	text-decoration: underline;
}

.what table img{
	border: solid 2px;
	width: 400px;
	height: 400px;
}

.how header{
	background: url("bannerHowTo.png") no-repeat center center;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	border: 5px solid #093A0D;
}

.how p{
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
}
.how h2{
	text-decoration: underline;
	padding-top: 5px;
}

.how li{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding-top: 20px;
}

.how img{
	height: 540px;
	width: auto;
}
.how h3{
	text-align: center;
	font-size: 20px
}

.anime header{
	background: url("UmaAnimeBanner.png") no-repeat center center;
	background-size: cover;
	padding: 120px 0;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	border: 5px solid #093A0D;
}

.anime th{
	text-decoration: underline;
}

.anime table{
	width: 100%;
	font-size: 20px;
	padding: 40px;
	text-align: center;
}

.anime q{
	font-style: italic;
}

.return{
	background: #87F295;
	text-color: #fff;
	text-decoration: none;
	padding: 20px;
	display: block;
	width: 200px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	border-radius: 50px;
	margin: auto;
}

.return:hover{
	color: #000000;
	background: #FFFFFF;
	
}
