@font-face {
    font-family: 'Trebuchet MS';
    src: url('/fonts/trebuchetms.ttf') format('truetype');
}

@font-face {
    font-family: 'MS Sans Serif';
    src: url('/fonts/ms_sans_serif.woff2') format('woff2');
}

@font-face {
    font-family: 'MS Sans Serif';
    font-weight: bold;
    src: url('/fonts/ms_sans_serif_bold.woff2') format('woff2');
}

@font-face {
    font-family: 'DOS';
    src: url('/fonts/PerfectDOSVGA437Win.woff2') format('woff2');
}

@font-face {
    font-family: 'Tahoma';
    src: url('/fonts/Tahoma.woff') format('woff2');
}

@font-face {
    font-family: 'Tahoma';
    font-weight: bold;
    src: url('/fonts/Tahoma-Bold.woff') format('woff');
}


html {
    height: 100%;
    font-size: 2rem;
}

body {
    background: #95aac0;
    margin: 0;
    overflow: hidden;
}

div.header {
	position: absolute;
	width: 100%;
	text-align: center;
    background-color: #0029ff99;
    font-family: 'DOS';
    color: white;
    text-shadow: 2px 2px 4px black;
}

.banner {
	background: url(/images/misc/banner.webp);
	height: 600px;
	animation-name: vertical-slide;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes vertical-slide {
	from {
		background-position-y: 0px;
	}
	50% {
		background-position-y: -550px;
	}
	to {
		background-position-y: 0px;
	}
}

.info-container {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 300px;
	height: 510px;
    background: #00000061;
	color: white;
	text-shadow: 2px 2px 3px black;
	padding: 8px;
	border: 1px solid #4c4c4c;
	border-radius: 3px;
}

.title {
	text-align: center;
    font-family: 'MS Sans Serif';
    font-family: 'DOS';
}

i.icon {
    background-size: 32px !important;
    width: 32px;
    height: 32px;
    display: inline-block;
}

i.telegram.icon {
    background: url(/images/misc/telegram.svg);
}

i.vk.icon {
    background: url(/images/misc/vk.svg);
}

.menu {
    margin-top: 30px;
}

.menu .item {
    margin-top: 10px;
    padding-left: 30px;
    font-family: 'MS Sans Serif';
    display: flex;
    gap: 12px;
    background: linear-gradient(45deg, #00a19ad9, transparent);
    padding: 8px 0;
    padding-left: 50px;
    color: #cbb68f;
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /*rotate: 10deg;*/
}

.menu .item:hover {
	text-decoration: underline;
}

.kolobok {
    width: 18px;
}

.rubik-glitch-regular {
    font-family: "Rubik Glitch", serif;
    font-weight: 400;
    font-style: normal;
}

.neucha-regular {
    font-family: "Neucha", serif;
    font-weight: 400;
    font-style: normal;
}

.marck-script-regular {
    font-family: "Marck Script", serif;
    font-weight: 400;
    font-style: normal;
}

.great-vibes-regular {
    font-family: "Great Vibes", serif;
    font-weight: 400;
    font-style: normal;
}

.caveat {
    font-family: "Caveat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #f9ff0054;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

h1 {
    font-size: 2em;
    color: red;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 2px;
    text-align: center;
}

.description {
    font-size: 1em;
}


div.content {
    border: 2px solid black;
    padding: 10px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

div.footer {
    background-color: #ffd4000f;
    border: 2px solid black;
}

.goga-image {
    width: 400px;
    border: 1px solid black;
    border-radius: 10px;
}

.avatar>a>img {
    width: 100%;
    object-fit: cover;
    border-radius: 5em;
    border: 1px solid #ff0000;
}

a {
    color: #9c00c3;
}

a:hover {
    text-shadow: 2px 3px 3px rgb(0 0 0 / 62%), 0px -5px 35px rgb(0 0 0 / 30%);
}

.rotate {

    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.clickable {
    cursor: help;
}

.clickable:hover {
    text-decoration: underline;
}

.clickable:active {
    font-weight: bold;
}

li>a {
    color: black;
    text-decoration: none;
}

li>a:hover {
    text-decoration: underline
}

li>a:active {
    font-weight: bold;
}

.image-hall {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: absolute;
}

.container {
    z-index: 2;
    position: relative;
}

.pic {
    width: 47px; /* 280x414 */
    height: 69px;
}

.pic.gs100 { filter: grayscale(100%); }
.pic.gs90 { filter: grayscale(90%); }
.pic.gs80 { filter: grayscale(80%); }
.pic.gs70 { filter: grayscale(70%); }
.pic.gs60 { filter: grayscale(60%); }
.pic.gs50 { filter: grayscale(50%); }
.pic.gs40 { filter: grayscale(40%); }
.pic.gs30 { filter: grayscale(30%); }
.pic.gs20 { filter: grayscale(20%); }
.pic.gs10 { filter: grayscale(10%); }

.pics:hover {
    transform: scale(200%);
    z-index: 2;
    filter: drop-shadow(2px 4px 6px black);
}

#banana {
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 10;
}