body {
	background-color: #000;
	--main-color: #e9e9e9;
	color: var(--main-color);
	font-family: "Bellota", sans-serif;
}

body.main {
	display: flex;
	justify-content: center;
	align-items: end;
	min-height: 100vh;
	background: url("/splashes/munk9.webp") no-repeat fixed;
	background-position-x: 50%;
	background-position-y: 20%;
	background-size: cover;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}

section.smorodina {
	position: relative;
	z-index: 2;
	padding: 2rem 3rem;
	text-shadow: 0.15em 0.15em 0 rgba(0, 0, 0, 1);
	text-align: center !important;
}

section.smorodina * {
	text-align: center;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

a {
	color: #fff21e;
	text-decoration: underline;
	border: none;
	white-space: nowrap;
}

p {
	margin: 1rem 0;
	font-size: 2rem;
}

a.largeimagelink {
	position: relative;
	z-index: 1;
	top: 3rem;
	display: block;
}

img.name {
	width: 90vw;
	max-width: 40em;
}
