body {
	background: url("data/buck.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;
	color:#FCF0DB;
	margin:auto ;
	font-family: 'Amatic SC', cursive;
	font-family: 'Codystar', cursive;
	font-family: 'Syne', sans-serif;
}


h1{color: #FCF0DB; font-size: 30px; font-weith: 400; font-family: 'Codystar', cursive;
animation: flash 1s infinite; /* アニメーションflashを1秒ごとに繰り返す */
}
@keyframes flash {
10%, 70% {
	/* 明るく光るよう影を重ねる */
	text-shadow: 0 0 10px #FCF0DB, 0 0 20px #FCF0DB, 0 0 30px #FCF0DB, 0 0 40px #FCF0DB, 0 0 70px #FCF0DB, 0 0 80px #FCF0DB, 0 0 100px#d788e3,  0 0 20px #f7ddb5, 0 0 30px #f7ddb5, 0 0 40px #f7ddb5, 0 0 70px #e3ab88, 0 0 80px #e3ab88, 0 0 100px #e3ab88, 0 0 120px #e3ab88;
}
50% {
	/* 淡く光るよう影を重ねる */
	text-shadow: 0 0 10px #c7b18f, 0 0 20px #c7b18f, 0 0 30px #c7b18f, 0 0 40px #d788e3;
}
}
 }
a{font-size:20px; font-family:'Codystar', cursive; font-weight:400;　color:#FCF0DB;}


div.html{
	text-align: center;
	width: 98%;
	height: 70%;
	position: fixed;
	bottom:0;
	z-index: 24;
}

footer
  {
    font-size:10px;
    text-align: right;
    width: 99%;
    height: 20px;
    position: fixed;
    bottom:0;
		font-family: 'Syne', sans-serif;
    font-weight:400;
	fonr-color:#FCF0DB;
  }
