@font-face {
	font-family: 'IBM Plex Sans';
	src: url('../fonts/IBMPlexSans-Text-Latin1.woff2') format('woff2');
	unicode-range:
		U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6,
		U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026,
		U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IBM Plex Sans';
	src: url('../fonts/IBMPlexSans-Text-Latin2.woff2') format('woff2');
	unicode-range:
		U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192,
		U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259,
		U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE,
		U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IBM Plex Sans';
	src: url('../fonts/IBMPlexSans-Text-Latin3.woff2') format('woff2');
	unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IBM Plex Sans Text';
	font-style: normal;
	font-weight: 450;
	src:
		local('IBM Plex Sans Text'),
		local('IBMPlexSans-Text'),
		url('../fonts/IBMPlexSans-Text.woff2') format('woff2');
}
@font-face {
	font-family: 'song-of-Coronos';
	src: url('../fonts/Song-Of-Coronos.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	font-size: 100%;
	font-family: 'IBM Plex Sans', Courier, monospace;
	scroll-behavior: smooth;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-user-select: none;
	user-select: none;
}
*::before,
*::after {
	display: block;
}
img,
picture,
video,
iframe,
figure,
canvas {
	max-width: 100%;
	display: block;
	width: 100%;
	height: initial;
	object-fit: cover;
	object-position: center center;
}
a {
	display: block;
	text-decoration: none;
	color: inherit;
	font: inherit;
}
p a {
	display: inline;
}
li,
menu,
summary {
	list-style-type: none;
}
ol {
	counter-reset: revert;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em,
pre,
code,
mark,
del {
	font: inherit;
	line-height: 1em;
	text-decoration: none;
	color: inherit;
}
mark {
	background-color: transparent;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}
form,
input,
textarea,
select,
button,
label {
	font: inherit;
	background-color: transparent;
	color: inherit;
	display: block;
	appearance: none;
}
fieldset {
	border: none;
}
::placeholder {
	color: unset;
}
button,
label {
	cursor: pointer;
}
table,
tr,
td,
th,
tbody,
thead,
tfoot {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}
svg {
	width: 100%;
	height: initial;
	display: block;
	fill: currentColor;
}
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #000000;
}

::-webkit-scrollbar-thumb {
	background: #1680e4;
}

::-webkit-scrollbar-thumb:hover {
	background: #6fc96f;
}

body {
	width: 100%;
	max-width: 100%;
	line-height: 1.5rem;
	color: #0000ff;
	background-image: url('image/Fondo.webp');
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
}

.global {
	max-width: 70rem;
	display: grid;
	grid-template-columns: 1fr;
}

.content {
	display: grid;
	grid-template-columns: 6rem 1fr;
}

.li {
	width: 100%;
	padding: 0.25rem 0.5rem;
	margin: 0 2rem 0 0;
	cursor: pointer;
}

.content__data {
	display: grid;
	grid-template-columns: 1fr;
}

.fixed {
	margin: 0.5rem 0.25rem;
	text-align: center;
}

.mind,
.thanks,
.content__data,
.block__content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.mind__img,
.thanks__img,
.block__img {
	max-width: 20rem;
	width: 100%;
}

.block {
	display: none;
}

.block__img2 {
	max-width: 11.5rem;
	width: 100%;
	margin-bottom: 1rem;
}

.expression {
	margin: 1rem 0;
	text-align: center;
}

hr {
	width: 95%;
	height: 2px;
	margin: 1rem 0;
	border: none;
}

.thanks__parents {
	max-width: 22.5rem;
	width: 100%;
	margin-bottom: 1rem;
}

.highlight {
	color: #b3ff00;
}

.thanks__persons {
	max-width: 20.3125rem;
	width: 100%;
	margin: 1rem 0;
	margin-bottom: 2rem;
}

.mind__text {
	margin-bottom: 1rem;
	text-align: center;
}

.mind__mail {
	max-width: 3.125rem;
	width: 100%;
	margin-bottom: 1rem;
}

.send__by {
	color: #ff0000;
}

.li.active {
	color: yellow;
}

.block.active {
	display: block;
	margin-bottom: 2rem;
}

.li:hover {
	color: #1890ff;
}
