* {
	scroll-behavior: smooth;
}

body {
	background-color: #111;
	color: #333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	user-select: none;
}

input {
	font-family: Trebuchet MS, sans-serif;
}

.nav-menu{
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1;
}

.body-cont{
	background-color: #EEE;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.middle {
	left: 50%;
	min-width: 250px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 25%;
}