@charset "utf8";

.title{
font-size:16px;
color:white;
background: linear-gradient(90deg,#009933, #006633);
border-radius:0px 0px 10px 10px;
display:flex;
justify-content: center;
margin:auto;
width:100%;
max-width:973px;
padding:3px 0 3px 0;
}
h1{
margin:0px;
}
.btn2{
  margin:10 0 0 0 ;
  padding:10;
  color:white;
  font-weight:bold;
  font-family:sans-serif;
  cursor:pointer;
  font-size:16px;
  border-radius:15px;
  border-width:0px;
  z-index:99;
  background:linear-gradient(#13bf00,#06c755);
}
.word2{
  color:#ffccff;
  font-size:22px;
  font-style:bold;
  text-shadow: 3px 3px 3px #333,-1px 1px 1px #333,1px -1px 1px #333,-1px -1px 1px #333;
}
.tab{
  height:25px;
  text-decoration:none;
  line-height:27px;
  color:white;
  width:33%;
  background:#6c757d;
  font-size:12px;
  pointer:cursor;
}
.tabborder{
height:25px;
text-decoration:none;
color:white;
width:34%;
line-height:27px;
background:#6c757d;
font-size:12px;
border-left:solid 1px white;
pointer:cursor;
}
.tab:hover,.tabborder:hover{
  background:#5A6268;
  text-decoration:none;
  color:white;
  font-weight:bold;
}
.sample {
	font-size:24px;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #FFF;
	text-shadow:
		0 0 0.10em #2962FF,
		0 0 0.15em #2962FF,
		0 0 0.80em #2962FF,
		0 0 1.00em #2962FF;
}
