body {
	background: url("../img/paper.webp") repeat;
	font-size: 1em;
}

.divider:after,
.divider:before {
	content: "";
	flex: 1;
	height: 1px;
	background: #333;

}

.h-custom {
	height: calc(100% - 73px);
}

.align-contents-right {
	text-align: right;
}

.hidden {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.panel {
	padding: 1rem;
	background-color: var(--bs-secondary-bg);
	border: 1px solid var(--bs-border-color);
	border-radius: 1rem;
}

@media (max-width: 450px) {
	.h-custom {
		height: 100%;
	}
}