body {
	background: url(./../img/index/pattern.png) repeat;
	background-size: 30%;
	font-size: 1.125rem;
}

.scroll-container {
	scroll-behavior: smooth;

	width: 616px;
	height: 100%;
	max-height: 90vh;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	border: 8px solid var(--white);
	border-radius: 1rem;
	overflow-y: scroll;
	overflow-x: hidden;
}