@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=block);

body {
	background-color:rgb(2, 56, 56);
	/* background-image: url(/images/tło.jpeg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 10% top; */
	margin: 0;
	padding: 5em 0;
	font-family: Poppins, sans-serif;
	color: white;
}

#cork-link {
	position: absolute;
	top: 0.25em;
	left: 0.5em;
}

#cork-link::before {
	content: "←";
	font-family: Consolas, monospace;
	font-size: 1.5em;
	margin-right: 0.25em;
}

#logo {
	display: block;
	margin: auto;
	height: 10em;
	filter: drop-shadow(2px 2px 2px black)
}

h1 {
	margin-top: 1em;
	text-align: center;
}

#subtitle {
	text-align: center;
	margin-top: -1.5em;
}

section {
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(1px);
	width: 50em;
	max-width: 85vw;
	padding: 1em;
	margin: auto;
	margin-top: 2em;
	border-radius: 0.5em;
	box-shadow: 0 0 10px black;
}

section h2 {
	margin-top: 0;
}

section h3 {
	margin-top: 1.5em;
	margin-bottom: -0.75em;
}

section h4 {
	margin-bottom: -0.75em;
}

section > img {
	float: right;
	max-width: 40vw;
	margin-left: 0.5em;
}

a, summary {
	cursor: pointer;
	color: #aaf;
	text-decoration: none;
}

a:hover, summary:hover {
	text-decoration: underline;
}

li#no-list-point {
	list-style-type: none;
}

li {
	margin-top: 0.2em;
}

button, a.button {
	color: black;
	text-decoration: none;
	font-size: 1em;
	padding: 1em;
	border: 1px solid #444;
	border-radius: 0.5em;
	display: inline-block;
	background-color: white;
}

audio {
	color-scheme: dark;
	height: 2em;
	margin-bottom: 0.5em;
}

@media (orientation: portrait) {
	.no-mobile {
		display: none;
	}
}