@font-face {
	font-family: "Pixelated";
	src: url("/fonts/DepartureMono-Regular.woff2") format("woff2");
}

body {
	background-image: url(/images/background.webp);
	background-size: contain;
}

.container {
	width: 1200px;
	margin: auto;
}

.logo-line {
    background: #000000a6;
    background-image: url("/images/Cool Text - LikushkaRU 496750499206754.png");
    backdrop-filter: blur(2px);
    border-radius: 10px;
    border: 2px dashed #f30ea275;
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(160deg);
}

.logo-divider {
	background-image: url("/images/Cool Text - LikushkaRU 496750570620719.png");
	width: 100%;
	height: 200px;
}

.logo {
	background-image: url("/images/cooltext496750085399498.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
}

.columns {
	display: flex;
	width: 100%;
	gap: 20px;
}

.column {
	width: 100%;
}

.middle.column {
	min-width: 835px;
	min-height: 684px;
}

.middle-area {
	height: 1940px;
}

.circle-images img {
    width: 100px;
    border-radius: 100px;
}

#tiktok-logo {
    position: relative;
    z-index: 3;
    top: -63px;
    left: -160px;
    width: 60px;
}

.ms-paint {
	min-width: 835px;
	min-height: 684px;
	background-image: url(/images/ms_paint_blue.webp);
	position: absolute;
}

.ms-paint-title {
    position: relative;
    font-family: "Pixelated MS Sans Serif";
    color: white;
    top: 33px;
    left: 46px;
    z-index: 3;
    font-weight: bold;
    font-size: 18px;
    user-select: none;
}

img#boxing {
    position: relative;
    left: 240px;
    bottom: 158px;
}

.header {
    border: 1px solid #515151;
    box-shadow: 0 0 1px 1px #000000;
    background: #021400;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.header .text {
    font-family: 'Pixelated';
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: scroll 20s linear infinite;
}

.header .scanlines {
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 51%
    );
    background-size: 100% 4px;
    height: 40px;
    width: 1200px;
    position: absolute;
    top: 0px;
}

#nyan_cat {
	display: none;
	position: absolute;
	animation: nyan_cat_x 10s linear infinite, nyan_cat_y 2s -2s linear infinite;
	z-index: 10;
	top: 400px;
	cursor: pointer;
}
#sleeping_cat {
	display: none;
	position: absolute;
	animation: sleeping_cat 10s linear infinite;
	z-index: 10;
	top: 400px;
}
@keyframes nyan_cat_y {
	0% {
		transform: translateY(0px);
	}
	33% {
		transform: translateY(5px);
	}
	66% {
		transform: translateY(-5px);
	}
}
@keyframes nyan_cat_x {
  0% {
    left: 200px;
    opacity: 0;
  }
  10% {
  	opacity: 1;
  }
  90% {
  	opacity: 1;
  }
  100% {
    left: calc(100vw - 200px);
    opacity: 0;
  }
}
@keyframes sleeping_cat {
  0% {
    left: calc(100vw - 200px);
    opacity: 0;
  }
  10%, 90% {
  	opacity: 1;
  }
  100% {
    left: 200px;
    opacity: 0;
  }
}


.Frames, .Frame {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.Frames {
    margin: 5% 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.Frame {
	display: flex;
	padding: 40px;
	border-width: 20px;
	border-style: solid;
	border-color: #2F2D2D #434040 #4F4C4C #434040;
	background: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E4DF), to(#CDCDC6));
	background-image: -webkit-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -moz-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: -o-linear-gradient(#E5E4DF, #CDCDC6);
	background-image: linear-gradient(#E5E4DF, #CDCDC6);
	box-shadow: inset 0 2px 5px rgba(0,0,0,.6),0 5px 2px rgba(0,0,0,.1), 0 10px 20px rgba(0,0,0,.8);
	position: relative;
	overflow: hidden;
}
.Frame img {
	border-width: 2px;
	border-style: solid;
	border-color: #BBBAB4 #C7C7BF #E5E4DF #C7C7BF;
	box-shadow:  0 -1px 1px rgba(0,0,0,.1), 0 1px 1px 1px rgba(255,255,255,.7);
	margin: auto;
}

.frame2 {
  margin:50px auto;
  border:25px solid #222;
  height:335px;
  width:350px;
  -webkit-box-shadow:  px 2px 3px 1px rgba(0, 0, 0, .5);
  box-shadow:  0px 3px 10px 4px rgba(0, 0, 0, .3);
}

.frame2-border {
  background:white;
  height:100%;
  width:100%;
  -webkit-box-shadow: inset 10px 10px 10px 4px rgba(0, 0, 0, .4);
  box-shadow: inset 3px 7px 2px 5px rgba(0, 0, 0, .4);
}

.frame2-image {
  position:absolute;
  height:225px;
  width:300px;
  margin-left:30px;
  margin-top:30px;
  -webkit-box-shadow: inset 10px 10px 10px 4px rgba(0, 0, 0, .6);
  box-shadow: inset 3px 7px 2px 5px rgba(0, 0, 0, .1);
  border:2px inset #c9c9c9;
}

.frame2-text {
    font-family: 'Pixelated';
    position: absolute;
    margin-top: 279px;
    margin-left: 27px;
    font-size: 24px;
    text-align: center;
}

@keyframes scroll {
  from {
    transform: translateX(calc(100% + 50px));
  }
  to {
    transform: translateX(calc(-400px));
  }
}

@keyframes hue {
	from {
		filter: hue-rotate(0deg);
	}
	to {
		filter: hue-rotate(359deg);
	}
}

@keyframes spin {
	from {
		rotate: 0deg;
	}
	to {
		rotate: 359deg;
	}
}

.cd-player-controls {
	margin-top: 15px;
	display: flex;
	gap: 3px;
}
.cd-player-controls button {
	min-width: 67px !important;
}

.window-body button[disabled] > img {
	filter: grayscale(1) contrast(0.3);
}

#tyler {
	cursor: pointer;
	margin-bottom: -24px;
}

#tyler:hover {
	filter: brightness(1.2) drop-shadow(-1px -6px 10px yellow);
}

#tyler:active {
	scale: 99%;
	filter: brightness(1.2) drop-shadow(-1px -6px 10px yellow);
}

.circle-video {
	cursor: pointer;
	border-radius: 100px;
	width: 196px;
	height: 196px;
}

.circle-video:hover {
	scale: 101%;
	filter: brightness(1.2) drop-shadow(-1px -6px 10px white);
}

.circle-video:active {
	scale: 1;
}

.message-container {
	display: flex;
	margin-bottom: 10px;
}

.message-avatar {
    width: 64px;
    height: 64px;
    border: 1px solid #444444;
    box-shadow: 0 0 1px 1px #9e9e9e;
}

.message-avatar > img {
	width: 64px;
	height: 64px;
}

.message {
    border: 1px solid #b7b7b7;
    padding: 8px;
    border-radius: 4px;
    background: #fffce7;
    flex-grow: 1;
}

.my.message-container .message {
    margin-right: 10px;
}
.my.message-container .message:before {
    position: absolute;
    content: "";
    transform: translateY(-156px) translateX(158px);
    width: 10px;
    height: 10px;
    background: #fffce7;
    border: 1px solid #b7b7b7;
    border-left: none;
    border-bottom: none;
    rotate: 45deg;
}
.not-my.message-container .message:before {
    position: absolute;
    content: "";
    transform: translateY(11px) translateX(-9px);
    width: 10px;
    height: 10px;
    background: #fffce7;
    border: 1px solid #b7b7b7;
    border-right: none;
    border-top: none;
    rotate: 45deg;
}
.not-my.message-container .message {
    margin-left: 10px;
}
.message-date {
    text-align: center;
    margin-bottom: 6px;
    font-weight: bold;
}

.wmp:hover {
	z-index: 5;
}

#wmp-video1 {
    position: absolute;
    transform: translateX(6px) translateY(65px);
    width: 300px;
    height: 452px;
    object-fit: cover;
}

.clickable-video {
	cursor: pointer;
}

.culture-pack-wall {
    height: 1600px;
}

.culture-pack-wall img {
	position: absolute;
}

.spinner {
	animation: spin 1s linear infinite;
}

.art-gallery-header {
    font-size: 148px;
    text-align: center;
    text-shadow: 4px 4px 0px #0046ff;
    line-height: 1;
    color: white;
    filter: drop-shadow(1px 1px 0px red);
}

.sims2.window {
    position: absolute;
    width: 600px;
    margin-top: 21px;
    z-index: 2;
}

#goodbye {
    position: absolute;
    font-family: "Pixelated";
    color: white;
    font-size: 40px;
    text-shadow: 2px 2px 0px #3e4dff;
    transform: translate3d(370px, 252px, 10px);
}

#goodbye:hover {
	text-decoration: underline;
}

.circle-images a:hover img {
	scale: 105%;
	filter: brightness(1.2) drop-shadow(-1px -6px 10px yellow);	
}

.circle-images a:active img {
	scale: 1;
}

.has-sound {
	cursor: pointer;
}
.has-sound:hover {
	filter: drop-shadow(2px 4px 6px cyan) brightness(1.1);
}

.has-sound:active {
	scale: 99%;
	filter: drop-shadow(2px 4px 6px cyan) brightness(0.9);
}