html, body {
	margin: 0;
	padding: 25px;
	scroll-behavior: smooth;
	background-color: #fefefe;
}

.menu-icon {
	width: 75px;
	height: 75px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	background-color: #004ffe;
	box-shadow: 7px 7px 15px rgba(150, 150, 150, 1);
	padding: 10px;
	border-radius: 999px;
}
