html {
	font-size: 1em;
}

.video-js .vjs-big-play-button {
	position: absolute !important;

	top: 50% !important;
	left: 50% !important;

	transform: translate(-50%, -50%) !important;


	font-size: 8em !important;
}

footer {
	text-align: right;
	padding-top: 2em;
}

#check {
	margin-top: 1.5rem;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.modal[aria-hidden="false"] {
	display: flex;
}

.modal-content {
	background: #13171f;
	padding: 1.5rem;
	max-width: 90%;
	width: 400px;
	border-radius: 0.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: relative;
	text-align: center;
}

.modal-close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	background: transparent;
	border: none;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.modal-message {
	margin-bottom: 1rem;
	font-size: 1rem;
}