.intro-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	justify-content: center;
  	align-items: center;
	padding-top: 5%;
	background-color: rgba(0, 0, 0, 0.8);
}

.intro-modal {
  background-color: var(--color-bg);
  width: 20rem;
  text-align: center;
}