* {box-sizing: border-box;}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background-color: #F1ECE9;
	text-align: center;
}

.win {
	display: none;
}

.error {
	display: none;
}