@font-face {
    font-family: SuperNaive;
    src: url(fonts/super-naive.ttf);
}
@font-face {
    font-family: Comfortaa;
    src: url(fonts/comfortaa-regular.ttf);
}
@font-face {
    font-family: Comfortaa-Bold;
    src: url(fonts/comfortaa-bold.ttf);
}

@keyframes rotate {
    0% {
		transform: rotate(0deg);
    }
    50% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes rotate-alt {
    0% {
		transform: rotate(-2deg);
    }
    50% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(-2deg);
	}
}	

@keyframes floating { 
	0%{ 
		transform: translate(0,  0px); 
	} 
	50%{ 
		transform: translate(0, 15px); 
	} 
	100%{
		transform: translate(0, -0px); 
	} 
}   

body {
	background-color: #1e0832;
	font-family: Comfortaa;
    color: white;
	font-size: 30px;
}


.side-bar{
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	max-height: 10px;
	min-height: 10px;
	max-width: 500px;
	width: 100%;
	margin-top: 90px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 5px 5px #401164;
}

.bottom-bar{
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	max-height: 10px;
	min-height: 10px;
	min-width: 300px;
	max-width: 1000px;
	width: 100%;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 20px;
	box-shadow: 5px 5px #401164;
}

.bottom-bar2{
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	max-height: 10px;
	min-height: 10px;
	min-width: 100px;
	max-width: 800px;
	width: 100%;
	margin-top: 10px;
	margin-left: 300px;
	margin-right: 300px;
	margin-bottom: 50px;
	box-shadow: 5px 5px #401164;
}

.title-background {
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	max-height: 200px;
	min-width: 330px;
	margin-bottom: 20px;
	padding: 10px 10px;
	box-shadow: 5px 5px #401164;
}
.title-inside{
	background-color: #2b0a49;
	box-shadow:
		inset -6px 6px 0 #1d0732,
		inset 6px -6px 0 #401164;
}

.title {
	max-height: 200px;
	max-width: 200px;
}

.me-arrow {
	padding-top: 100px;
	padding-bottom: 100px;
	animation: rotate 1s step-end infinite;
}

.me {
	max-height: 350px;
	animation-name: floating; 
	animation-duration: 3s; 
	animation-iteration-count: infinite; 
	animation-timing-function: ease-in-out;
}  

.side-window-invis {
	padding: 10px 10px;
	display: inline-block;
	font-size: 16px;
	margin: 0px 10px;
	margin-bottom: 15px;
	min-width: 330px;
	max-width: 330px;
}

.side-window {
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	padding: 10px 10px;
	display: inline-block;
	font-size: 16px;
	margin: 0px 10px;
	margin-bottom: 15px;
	min-width: 330px;
	max-width: 330px;
	min-height: 330px;
	box-shadow: 5px 5px #401164;
}

.main-window {
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	padding: 10px 10px;
	display: inline-block;
	font-size: 16px;
	margin: 0px 4px;
	margin-bottom: 15px;
	min-width: 330px;
	box-shadow: 5px 5px #401164;
}

.main-background {
	background-color: #2b0a49;
	box-shadow:
		inset -6px 6px 0 #1d0732,
		inset 6px -6px 0 #401164;
	padding: 10px 10px;
	min-height: 330px;
}

.nav-buttons{
	width: 100%;
	display: flex;
	justify-content: center;
}
.navbutton{
	background-color: #a294ad;
	box-shadow:
		inset -4px 4px 0 #c2b4cd,
		inset 4px -0px 0 #887b92;
	font-size: 16px;
	cursor: pointer;
	margin: 0px 5px;
	padding: 5px 5px 5px 5px;
	color: black;
	text-decoration: none;
}
.navbutton.active{
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -0px 0 #a294ad;
	font-size: 16px;
	cursor: pointer;
	margin: 0px 5px;
	padding: 5px 5px 5px 5px;
	color: black;
	text-decoration: none;
}

.twitter-button {
	width: 100%;
	background-color: #438bd6;
	box-shadow:
		inset -4px 4px 0 #5ba0f1,
		inset 4px -4px 0 #3070b2;
	color:white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Comfortaa-Bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	flex: 1;
}

.kofi-button {
	width: 100%;
	background-color: #4CAF50;
	box-shadow:
		inset -4px 4px 0 #60cd65,
		inset 4px -4px 0 #3a8d3d;
	color:white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Comfortaa-Bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	flex: 1;
}

.github-button {
	width: 100%;
	background-color: #4d464d;
	box-shadow:
		inset -4px 4px 0 #726b72,
		inset 4px -4px 0 #403940;
	color:white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Comfortaa-Bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	flex: 1;
}

.discord-button {
	width: 100%;
	background-color: #5662f6;
	box-shadow:
		inset -4px 4px 0 #7882ff,
		inset 4px -4px 0 #4851bf;
	color:white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Comfortaa-Bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	flex: 1;
}

.itch-button {
	width: 100%;
	background-color: #f85c5d;
	box-shadow:
		inset -4px 4px 0 #ff898a,
		inset 4px -4px 0 #bb4c4d;
	color:white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Comfortaa-Bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	flex: 1;
}

.bluesky-button {
	width: 100%;
	background-color: #232f40;
	box-shadow:
		inset -4px 4px 0 #354357,
		inset 4px -4px 0 #151d28;
	color:white;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Comfortaa-Bold;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	flex: 1;
}

.game-container{
	background-color: #c2b4cd;
	box-shadow:
		inset -4px 4px 0 #eedefa,
		inset 4px -4px 0 #a294ad;
	max-height: 150px;
	max-width: 100px;
	padding: 10px 10px;
	margin: 10px 10px;
}

.game{
	color:black;
	text-decoration: none;
}

.game-preview{
	max-height:100px;
	max-width:100px;
}/* 49f5f7e01d967b44 */
.theme-9ac56ea3 { display: block; }
