.offcanvas {
	background-color: rgb(239, 237, 254, 0.95);
	width: 0;
	height: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	transition: ease-in-out 0.5s;
	overflow-x: hidden;
}

div#offcanvasMenu ul.nav-items {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin: 1rem;
	padding: 0 3rem;
	align-items: center;
	text-align: center;
}

div#offcanvasMenu li.nav-item {
	border-bottom: 1px solid black;
	width: 100%;
	line-height: 3.75rem;
	text-transform: uppercase;
	font-weight: 700;
}
