body{	font-family:poppins;	background-color:white;}#myheader{	width:1024px;	height:80px;	margin:0px auto;	border-bottom:1px solid lightgrey;}#progress{	margin-bottom:20px;}#logo{	width:151px; 	height:46px;	margin:15px 22px;}#menuwrapper{float:right;height:80px;display:inline-block;}#logowrapper{	display:inline-block;}#titlebg{background: rgb(12,104,149);background: linear-gradient(90deg, rgba(12,104,149,1) 0%, rgba(12,104,149,1) 0%, rgba(77,183,224,1) 100%);	max-width: 1024px;height: 80px;}h1{font-style: normal;font-weight: 700;font-size: 30px;line-height: 80px;color: #0C6895;margin:0px 0px 0px 20px;color:white;font-family: Poppins;}h3{font-family: Poppins;font-size: 26px;font-weight: 700;line-height: 60px;letter-spacing: 0em;text-align: left;color:#0C6895;text-align:left;margin:0px;}#menuwrapper ul li{	display:inline-block;	line-height:80px;	margin:0px 25px;	font-family: Poppins;	font-size: 14px;	font-weight: 400;	letter-spacing: 0em;	text-align: left;	color:#424242;}#menuwrapper ul li:hover{	text-decoration:underline;}#contenitore{	max-width:1024px;	margin:0px auto;}.fullflex{	width:100%;	display:flex;	font-size:16px;	align-items:center;}.halfflex{	width:50%;	padding:20px;}.newbutton{width: 200px;height: 50px;background-color:#0C6895;color:white;border-radius:100px;font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 16px;line-height: 50px;text-align: center;margin:30px auto;cursor:pointer;}input[type="radio"], input[type="checkbox"]{	box-shadow:0px 0px 0px;}#erase,#annulla{width: 120px;height: 30px;	font-size: 12px;line-height:30px;}#error{	color:red;}#parola{	display: flex;    justify-content: center;	font-size:36px;	line-height:100px;	font-family:sans-serif;}#guess{	width:100%;	font-size:36px;	line-height:48px;	border:0px solid white;	border-bottom:1px solid grey;	text-align:center;}#guess:focus{	outline:none;}.red{	color:red;}.green{	color:green;}.yellow{	color:darkblue;}#butwrap{	width:5%;}@media (min-width: 768px) and (max-width: 991px) {/* Tablet */#mywrapper{	width:100%;}#myheader{	width:100%;}.mycard-title,.mycard-btn{	width:100%;}#menuwrapper{display:none;}}@media (min-width: 768px) and (max-width: 991px) {/* Tablet */#mywrapper{	width:100%;}#myheader{	width:100%;}.mycard-title,.mycard-btn{	width:100%;}#menuwrapper{display:none;}}@media (max-width: 767px) {/* Mobile */#container{	width:100%;	overflow:hidden;}#logowrapper{	text-align:center;		text-align:center;}#mywrapper{	width:100%;}#myheader{	width:100%;	text-align:center;}.mycard-title,.mycard-btn{	width:100%;}#menuwrapper{display:none;}.halfflex{	width:100%;	margin:0px;	padding:5px;	text-align:center;}.fullflex{	flex-direction:column;	margin:0px;}h1{	margin:0px;	text-align:center;}#parola{	display: flex;    justify-content: center;	font-size:24px;	line-height:48px;}#guess{	width:100%;	font-size:24px;	line-height:48px;	border:0px solid white;	border-bottom:1px solid grey;	text-align:center;}#butwrap{	width:100%;}}