html {
	background: linear-gradient(#16212b, #207ce8);
	background-size: cover;
	background-attachment: fixed;
}

section {
	display: block;
	border: ridge 10px #a7bfd4;
	max-width: 800px;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #cfd9e8;
	color: #181f29;
}

.siteNav {
	display: flex;
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
	flex-direction: row;
	background: #e82084;
}

.siteNav a {
	border: 4px solid white;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
	color: white;
	font-weight: 600;
	font-size: 32px;
}

.siteNav img {
	height: 32px;
	margin: auto;
	margin-left: 40px;
	margin-right: 40px;
}

.start {
	border: ridge 10px #a7bfd4;
	margin: auto;
	display: flex;
	flex-direction: row;
	background: #16212b;
	color: white;
	max-width: 800px;
}

.start img {
	border-right: ridge 10px #a7bfd4;
}

.start h1 {
	font-size: 48px;
	font-weight: 1000;
	margin: 0;
	background: linear-gradient(to bottom, #e82084, #ff70b8);
	color: #00000000;
	text-shadow: 0px 0px 10px #e8208466;
	background-clip: text;
}

.start aside {
	display: flex;
	flex-direction: column;
	margin: 10px;
}

.start section {
	display: block;
}

.start aside section {
	overflow: scroll;
	text-align: center;
	flex: 1;
}

.start .socials {
	overflow: scroll;
}

.socials {
	height: 300px;
	box-shadow: -2px -2px 20px #ffffff44;
	border: ridge 10px #a7bfd4;
}

.socials a {
	font-weight: 600;
	font-style: italic;
	display: block;
	font-size: 40px;
	border: ridge 10px #a7bfd4;
	padding: 10px;
	text-decoration: none;
	color: white;
}

.socials .tumblr {
	background: linear-gradient(#12294a, #2098e8);
}

.socials .furaffinity {
	background: linear-gradient(#181f29, #54647a);
}

.socials .bsky {
	background: linear-gradient(#2098e8, #2075e8);
}

.socials .newgrounds {
	background: linear-gradient(#edb61f, #ed7f1f);
}

.socials .itaku {
	background: linear-gradient(#edb61f, #edd91f);
	color: black;
}

.socials.mobile {
	display: none;
	overflow: scroll;
	max-width: 300px;
	margin: auto;
	height: auto;
}

.socials.mobile a {
	font-size: 20px;
}

@media only screen and (max-width: 768px) {
	.siteNav {
		margin-top: 10px;
	}
	.start {
		height: 500px;
	}
	.socials {
		height: 200px;
	}
	.start aside nav a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.start {
		height: 200px;
	}
	.start aside {
		margin: 0px;
	}
	.start p {
		margin: 0px;
	}
	.socials {
		display: none;
	}
	.socials.mobile {
		display: block;
	}
}
