body {
	
	min-height: 100vh;
	min-height: 100dvh;
	color: #fff;
	background: #9894e8;
	background: linear-gradient(to bottom right, #31b2ea, #ee66e5, #31b2ea, #ee66e5);
	font-size: 2em;
	font-family: PTSans, Arial, sans-serif;
	text-align: center;
	margin: auto 5%;
	cursor: default;
	
}

h1,
h2 {
	
	font-family: Bernhard, PTSans, Arial, sans-serif;
	margin: 0.25em auto;
	
}

h1 {
	
	font-size: 4em;
	
}

h2 {
	
	font-size: 3em;
	
}

p {
	
	margin-top: 0.5em;
	margin-bottom: 1em;
	
}

ul li::before {
	
	content: '\2014';
	color: #666;
	
}

q span,
blockquote div p {
	
	font-size: 0.75em;
	font-style: italic;
	
}

q span::before,
blockquote div :first-child::before {
	
	content: '\201C';
	
}

q span::after,
blockquote div :last-child::after {
	
	content: '\201D';
	
}

blockquote footer {
	
	text-align: right;
	
}

.img,
.sert {
	
	border-radius: 2em;
	border-top-right-radius: 1em;
	border-top-left-radius: 2em;
   border-bottom-right-radius: 2em;
   border-bottom-left-radius: 1em;
   display: block;
   margin: 1em auto;
	
}

.img {
	
	width: 40%;
	max-width: 500px;
	
}

.img:hover {
	
	box-shadow: 0 0 0.5em rgba(255, 119, 246, 1);
	transition: 1s;
	
}

.sert {
	
	max-width: 100%;
	max-height: 80vh;
	max-height: 80svh;
	
}

.sert:hover {
	
	box-shadow: 0 0 0.5em rgba(66, 195, 251, 1);
	transition: 1s;
	
}

.strogg .word {
	
	white-space: nowrap;
	
}

.flag,
.strogg .letter {
	
	max-height: 1em;
	vertical-align: middle;
	
}

.flag[title],
.strogg[title] {
	
	cursor: help;
	
}

.text {
	
	color: #333;
	background: #fff;
	background: radial-gradient(#fff, #fff, #ddd);
	border-radius: 2em;
	border-top-right-radius: 1em;
	border-top-left-radius: 2em;
   border-bottom-right-radius: 2em;
   border-bottom-left-radius: 1em;
	margin: 1em auto;
	padding: 0.5em 1em;
	
}

.text b,
.text strong {
	
	color: #ff77f6;
	
}

.text b:hover,
.text strong:hover {
	
	color: #42c3fb;
	transition: 1s;
	
}

.text i,
.text em {
	
	color: #42c3fb;
	
}

.text i:hover,
.text em:hover {
	
	color: #ff77f6;
	transition: 1s;
	
}

.block {
	
	position: relative;
	margin-bottom: 1em;
	
}

.block .img,
.block .text {
	
	margin: auto;
	
}

.block .img {
	
	position: relative;
	right: 30%;
	
}

.block .text {
	
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 2em;
	border-top-right-radius: 2em;
	border-top-left-radius: 1em;
   border-bottom-right-radius: 1em;
   border-bottom-left-radius: 2em;
	box-shadow: inset 0 0 0.5em rgba(66, 195, 251, 0.3);
	overflow: auto;
	
}

.links {
	
	margin: 1em auto;
	
}

.link {
	
	border: 1px solid #ccc;
	border-radius: 2em;
	display: inline-block;
	margin: auto 5px;
	padding: 0.25em 0.5em;
	font-size: 1.25em;
	font-family: PTSans, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	vertical-align: text-top;
	
}

.link:hover {
	
	box-shadow: 0 0 0.5em rgba(255, 119, 246, 0.5);
	background: linear-gradient(to top left, #42c3fb, #ff77f6);
	
}

.link span {
	
	display: block;
	font-size: 0.5em;
	
}

.lang {
	
	font-size: 0.5em;
	
}