
* {
	box-sizing: border-box;
	-webkit-user-select: none !important;
	user-select: none !important;

}

body,
html {
	margin: 0;
	padding: 0;
	background-color: #010101;
}
.result,.options{
	position: sticky;
    z-index: 2;
    bottom: 0;
    width: 100vw;
	min-height: 8vh;
    background-color: #19fc3f;
}