body {
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto !important;
	width: min-content;
}

/*
---------------------------
Figuren
---------------------------
*/

figure {
	margin: 0 !important;
}
figure > figcaption, figure > main {
	background: var(--url_lerretstekstur);
	border: 1px solid black;
	box-shadow: 0 0 5px 5px darkgrey inset;
	width: 100%;
}
figure > figcaption {
	padding: 15px 30px;
	margin-bottom: 30px;
	font-weight: bold;
	font-style: normal;
	font-family: var(--skriftfamilie_overskrifter);
	font-size: 1.25rem;
	text-align: center;
}
figure > main {padding: 30px}
figure > main > img {
	width: auto; /*Bevarer forhold mellom høyde og bredde, uansett maksstørrelse*/
	height: auto;
	max-width: calc(60px + var(--bildestørrelse)); /*Legger til tilsvarede indre marg*/
	max-height: calc(60px + var(--bildestørrelse));
}
