h2 {
	text-shadow: 1px 1px 1px white, -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white;
}
.library {
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: center;
}

.library main {
	background: transparent;
	border: none;
	scrollbar-width: none;
	margin: 0 auto;
	width: max-content;
}

.library iframe {
	height: 370px;
	width: 314px;
	max-width: 100%;
	cursor: var(--cursor);
}

.librarySection {
	color: rgb(31, 31, 0);
	background-color: #fafce7;
	margin-bottom: 5px;
	max-width: 300px;
	height: 436px;
	overflow-y: scroll;
	border: 2px dotted #3f6280;
}