
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 2.4vmin;
	overflow-x: hidden;
	overflow-y: auto;
}

@media (max-width: 666px) {
	html {
		font-size: 16px;
	}
}

audio {
	display: none;
}
.ukryte {
	opacity: 0;
}
a#audio {
	transition: opacity 0.5s;
	display: inline-flex;
	inline-size: max-content;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	align-self: center;
}
section img {
	display: block;
	width: auto;
	max-width: 25vmin;
	height: auto;
	margin: 0.5rem auto;
}
a#audio::before {
	content: "";
	display: block;
	background-image: url(posluchaj.svg);
	width: 40px;
	height: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

body {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-image: url(tlo.jpg);
	display: flex;
	flex-flow: row-reverse wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: RobotoEmbedded, Roboto, sans-serif;
	font-weight: 300;
	color: #293483;
	min-height: 100%;
	margin: 0;
	padding: 10vmin;
	gap: 4rem;
	overflow-x: hidden;
	overflow-y: auto;
}

section#koleda::after {
	content: "";
	display: block;
	width: 31vmin;
	height: 29vmin;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(bombka.webp);
	position: absolute;
	top: -3.2vmin;
	right: -12vmin;
	transform: rotateZ(10deg);
}
@media (max-width: 500px) {
	section#koleda::after {
		width: 155px;
		height: 145px;
		left: 205%;
		right: auto;
		transform: translateX(-100vw) rotateZ(10deg);
	}
}

header, section {
	position: relative;
	z-index: 10;
	outline: 0.3rem solid #ffffff;
	border: 0.5rem solid rgba(0, 0, 0, 0.2);
	padding: 2rem 3rem;
	width: 24rem;
	min-height: 24rem;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	gap: 1.5rem;
	transition: opacity 1s;
}

@media (max-width: 666px) {
	section {
		padding: 2rem 7vmin;
	}
	header {
		padding: 0;
	}
}

section p {
	text-align: left;
	margin: 0;
	padding: 0;
}
p.wiersz::before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 1rem;
	float: right;
}
header::before, section::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: -1;
	background-color: #ffffff;
}
@font-face {
    font-family: 'RobotoEmbedded';
    src: url('Roboto-Light.ttf');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-display: fallback;
}
@font-face {
    font-family: 'RobotoEmbedded';
    src: url('Roboto-Medium.ttf');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: fallback;
}
p.podpis {
	font-weight: 500;
	text-align: right;
}

div#gwiazdki {
	position: fixed;
	z-index: 5;
	left: 50vw;
	top: 50vh;
	bottom: 0px;
	right: 0px;
	color: #ffffff;
}
div#gwiazdki>* {
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateX(-50%) translateY(-50%);
	height: 3vmin;
	width: 3vmin;
	opacity: 0;
	transition: opacity 1s;
}
div#gwiazdki div {
	background-color: currentColor;
	border-radius: 6vmin;
}
div#gwiazdki svg {
	height: 6vmin;
	width: 6vmin;
}

