@charset "UTF-8";
body{
	background: #F6F6F6;
	
}
a{
	text-decoration: none;
	color: #1E1E1E;
}
img{
	width: 170px;
}
fieldset{
	width: 500px;
	max-width: 90%;
	margin: 30px auto;
}
h2{
	text-align: center;
}
a:hover{
    background: #F7D316;
    color: red;
}