.index_html {
	padding: 0;
	margin: 0;

	width: 100%;
	height: 100%;

	background-color: #111111;
	font-family: 'Hack', monospace;

	font-size: 16px;
	color: #ADADAD;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.index_body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #ADADAD;
	font-family: 'Hack', monospace;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
}

.warez_html {
	background-color: #072344;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #ADADAD;
	font-family: 'Hack', monospace;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.warez_body {
	background-color: #072344;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #BEBEBE;
	font-family: 'Hack', monospace;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

/* Add a black background color to the top navigation */
.topnav {
	overflow: hidden;
	width: 100%;
	text-align: center;

}

/* Style the links inside the navigation bar */
.topnav a {
	float: center;
	color: #f2f2f2 !important;
	text-align: center;
	padding: 6px 12px;
	font-size: 15px;
}

/* Change the color of links on hover */
.topnav a:hover {
	background-color: #2fd0b4 !important; 
	color: black !important;
}

/* Add a color to the active/current link */
.topnav a.active {
	background-color: #d5d500 !important;
	color: black !important;
}

ul {
	margin: 0;
	margin-top: 8px;
}

a {
	color: #6666EE;
	text-decoration: none;
	transition: color .2s;
}

a:hover {
	color: #B9B9F4;
}

hr.solid {
  border-top: 3px solid #bbb;
}

hr.dotted {
  border-top: 3px dotted #bbb;
}

h2 {
	font-size: 24px;
	color: #DFDFDF;
}

h3 {
	margin-top: 16px;
}
#content {
	text-align: left;
	padding: 41px;
	background-color: #161616;
	position: relative;
	overflow: hidden;
}

#content::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	
	animation: 10s rotate linear infinite;
	transform-origin: center;
	top: -50%;
	left: -50%;
	background-image: conic-gradient(#b827fc, #2c90fc, #421ca1, #0d2b90, #d522ed, #b827fc);
	z-index: 1;
}

#content::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: 2;
	background: #161616;
}

#warez a {
	color: #299bee;
}

#warez a:hover {
	color: #F7B3EB;
}

#warez #content::after {
	background-color: #394f69;
}

@keyframes rotate {
  from {
	  transform: rotate(0deg);
  }
  to {
	  transform: rotate(360deg);
  }
}

#name {
	font-size: 32px;
	color: #DFDFDF;
}

#subtitle {
	width: 64ch;
	white-space: nowrap;
	font-style: italic;
}

#hobbies-header {
	margin-top: 16px;
}

#hobbies-list {
	margin-top: 8px;
}

#blank-header {
	margin-top: 16px;
}

#blank-list {
	margin-top: 8px;
}

#warez-header {
	margin-top: 16px;
}

#warez-list {
	margin-top: 8px;
}

#find-me-header {
	margin-top: 16px;
}

#find-me-list {
	margin-top: 8px;
}

#outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#indexfooter {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	bottom: 0;
	position: fixed;
	width-min: 100vw%;
	margin-top: 40px;
}

#warezfooter {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: 40px;
	bottom: 0;
}

#web-circle {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	font-size: 14px;
}

#web-circle-next-link {
	margin-left: .7ch;
	text-decoration: none;
}

#web-circle-last-link {
	margin-right: .7ch;
}

#web-circle-next {
	width: 18%;
	text-align: right;
}

#web-circle-last {
	width: 18%;
}

#web-circle-text {
	font-style: italic;
}

#skye {
	text-align: center;
}

#links {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	font-size: 20px;
}

#links-text {
	font-weight: bold;
}

.subheader {
	font-size: 20px;
	color: #DFDFDF;
}
.subheaderwarez {
	font-size: 20px;
	color: #DFDFDF;
	font-style: italic;
}

.warezinternalfooter {
	text-align: center;
	font-size: 16px;
	color: #FDFFBB;
	margin-top: 20px;
}

#content>* {
  position: relative;
  z-index: 3;
}