.wrap{
	height: 100vh;
}

.digit_list_wrap{
	height: 70vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.digit_scroll{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, black, #00000000 25%, #00000000 75%, black);
	overflow: hidden scroll;
	scroll-snap-type: y mandatory;
}

.digit_scroll,
.digit_list{
	width: calc(100% + 50px);
	height: 100%;
}

.digit_margin{
	height: 25%;
}

.digit{
	width: calc(100% - 50px);
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25vh;	
}

.digit_scroll .digit{
	scroll-snap-align: center;
}


.text{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.button{
	width: calc(100% - 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: linear-gradient(45deg, #7530e3, #e1afcc);
	border-radius: 35px;
	font-size: 27px;
	text-shadow: 0px 3px 5px black;
	border: 3px solid white;
	box-shadow: 0px 0px 25px #b075d6;
}

.bottom_menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	height: 23vh;
}

.logo{
	background: linear-gradient(180deg, #e1afcc, #7530e3);
	background-clip: text;
	color: transparent;
	font-size: 30px;
	height: 7vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
