@font-face {
font-family: kinkie;
src: url(https://dl.dropbox.com/s/2n7tc27kfqu3by1/kinkie.ttf);
}
body {
text-align: center;
padding: 10px;
background-image:url(https://missjoints.neocities.org/files/bgs/pinkleopard.jpg);
background-repeat: repeat;
   height: 100%;
   overflow-y: hidden;
}
* {cursor: url(https://missjoints.neocities.org/files/pixels/bowcursor.png), auto !important;
}
a {
padding: 10px;
font-weight: bold;
font-size: 35px;
transition: 0.2s;
background: linear-gradient(to top, #f02996 2%, #ff69bb 100%); 
-webkit-background-clip: text; 
-webkit-text-fill-color: transparent; 
-webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
text-decoration: none;
}
#top {
 padding: 0px;
 text-align: left;
 font-size: 35px;
transition: 0.2s;
background: linear-gradient(to top, #f02996 2%, #ff69bb 100%); 
-webkit-background-clip: text; 
-webkit-text-fill-color: transparent; 
-webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
}
a:hover {
  letter-spacing: 1px;
  font-style: italic;
}
h1 {
  font-weight: bold;
  font-size: 56px;
  text-align: center;
  margin: 0 auto;
font-family: kinkie; 
background: linear-gradient(to top, #ff6ecc 2%, #ff26a8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: black;
border: 1px solid white;
}

::-webkit-scrollbar-thumb {
  background: #f02996;
border-style: double;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff69bb;
border-style: double;
}
::-moz-selection {
  color: white;
  background: #ff69bb;
}

::selection {
  color: white;
  background: #ff69bb;
}
.thumbnail-component {
	position: relative;
	padding: 1em;
	cursor: pointer;
z-index: 1;
}
#container {
background-image: url(https://missjoints.neocities.org/files/bgs/pinklined.png);
background-repeat: repeat;
overflow-y: scroll;
overflow-x: hidden;
height: 950px;
width: 100%;
margin: 0 auto;
border: 3px inset #ff26a8;
filter: drop-shadow(1px 1px 4px black);
text-align: center;
}
.thumbnail-image {
	position: relative;
	transition: opacity 0.3s ease;
	z-index: 0;
height: 300px;
width: 300px;
border: 3px double #ff6ecc;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0.5s, opacity 0.5s;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.overlay-content {
	position: absolute;
transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	background-color: none;
	width: 100%;
height: 100%;
padding: 25px;
}

.overlay-image {
	display: flex;
	margin: 0 auto;
height: 100%;
width: auto;
}

.icon-container {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.5rem;
	transition: all 0.3s ease;
	z-index: 0;
}

.thumbnail-component:hover .icon-container {
	bottom: 100%;
	right: 100%;
	transform: translate(50%, 50%);
}

.close-button {
	position: absolute;
	font-size: 3rem;
	text-shadow: 1px 1px 2px white;
	color: #fff !important;
	text-decoration: none;
	background-color: #ff6ecc;
	border-radius: 0.25em;
top: 20px;
	padding: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	}

	.overlay-content {
		width: 100%;
		padding: 0.5em;
		touch-action: auto;
	}

	.thumbnail-component:target .thumbnail-image {
		opacity: 1;
	}

	.thumbnail-component:target .icon-container {
		display: none;
	}
.box1 {
  flex: 1 1 50%;
}

.box2 {
  flex: 1 1 50%;
}
@media only screen and (min-width: 1000px) {
}