.box {
	border-style: solid;
	border-color: #000000;
}

label {
	color: #f099a0;
	font-size: 30px;
	font-family: calibri;
	font-weight: bold;
	background-color: transparent;
}

input {
	color: #f099a0;
	font-size: 26px;
	font-family: calibri;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
	border-color: #fbdddd;
	background-color: transparent;
}

.button {
	color: #f099a0;
	font-size: 26px;
	font-family: calibri;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
	border-radius: 100px;
	cursor: pointer;
	padding: 3px 20px;
	background-color: transparent;
}

.button:hover {
	background-color: #ffdddd;
	border-color: #000000;
}
