@font-face {
	font-display: swap;
	font-family: 'Comic Neue';
	font-style: normal;
	font-weight: 400;
	src: url('../font/comic-neue-v8-latin-regular.woff2') format('woff2');
}

html {
	padding: 0;
	margin: 0;
	background: url('../img/herringbone.png');
	background-position: center;
}

div h1 {
	min-width: 50%;
	max-width: max-content;
	border-radius: 16px;
	text-align: center;
	font-variant: small-caps;
}
div div h2 {
	text-align: center;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 66%);
	font-variant: small-caps;
}
div div p {
	text-align: center;
	font-size: 1.03em;
	text-wrap: balance;
}

body div div {
	background: rgb(255, 255, 255, 0.25);
	border-radius: 32px;
	padding: 0.5em;
	margin: 0.5em;
	transition: box-shadow,padding 100ms;
}
body div div:hover {
	box-shadow: 0px 0px 11px 0px rgba(255,255,255,0.7);
	padding-top: 2%;
}

div.dc {
	background: linear-gradient(180deg,rgba(156, 199, 246, 1) 0%, rgba(156, 199, 246, 0) 100%);
	border: double white 2px;
	border-bottom-style: none;
}
div.dc h1 {
	background-color: #0476F2;
	border: none #66B0FF 3px;
	border-bottom-style: solid;
}

div.marvel {
	background: linear-gradient(180deg,rgba(255, 186, 188, 1) 0%, rgba(255, 186, 188, 0) 100%);
	border: double white 2px;
	border-bottom-style: none;
}
div.marvel h1 {
	background-color: #ED1D24;
	border: none #FF9CA0 3px;
	border-bottom-style: solid;
}
