header {
	background-color: #EAE14E;
	height:50px;
	margin-top: 0;
}

#title {
  margin-top:0;
}
body {
	margin: 0;
	background-color: #f5f5f5;
}
			
#wrap {
	width:500px;
	margin-top: 40px;
	margin-left:auto;
	margin-right: auto;
}
 

#text {
  width:400px;
  height: 30px;
  padding: 0.3em 1em;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
 
#send {
  height: 40px;
  display: inline-block;
  padding: 0.3em 1em;
  background-color:#67c5ff ;
  color: black;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

			
#qrcode {
	width:100px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}


table td {
	background: #99ccff;
}

table tr:nth-child(odd) td {
	background: #fff;
}
　　　　　  
