#hamburger {
	height:100%;
	aspect-ratio:1/1;
	display:flex;
	justify-content: center;
	align-items: center;
}

[type="checkbox"]{
	display:none;
}

.checkbtn {
	font-size: 1.5rem;
	color: white;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
    width:100%;
	height:100%;
    aspect-ratio:1/1;
    font-size:2em;
    display:flex;
	justify-content: center;
	align-items: center;
}

.checkbtn.on {
    color:#30e5c7;
}
