@charset "UTF-8";
body{
	text-align:center;
	font-size:1.3em;
}
h1{
	font-family: "Hannari";
}
#theme{
	display:flex;
	justify-content:center;
	align-items:center;
	height:300px;
	background: linear-gradient(to right, orange, pink);
}
label{
	display:block;
	height:30px;
}
input{
	height:20px;
	width:270px;
}
input:hover{
	background-color:#DDFFFF;
}
button{
	height:35px;
	width:90px;
	font-size:15px;
}
#errorMessage{
	color:red;
}