.modal-background h1,
.modal-background h2,
.modal-background h3,
.modal-background h4,
.modal-background h5,
.modal-background h6{
	font-size: 1.3em;
	font-family: var(--nice-font);
}
.modal-background > div,
.modal-background > div form{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: fit-content;
}
.modal-background > div > form > div{
	padding: 5px;
}
.modal-background > div > *{
	color: black;
}
.modal-background form *{
	width: 93%;
	font-size: 14px;
	padding: 3px 5px 3px 5px;
	margin: auto;
}
.modal-background form button{
	width: 100%;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}
.modal-background a[role=button]{
	text-decoration: none;
}