@charset "utf-8";
/* CSS Document */

div{
	background: skyblue;
	padding-bottom: 20px;
}

p>label{
	font-weight: bold;
	font-size: 24px;
}

input{
	border-radius: 10px;
}

label,
input{
	font-size: 16px;
}