body {
	background-color: grey;
	color: black;
	font-size: 14px;
	font-family: monospace;
	margin: 0;
	padding: 0;
}
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
	border: 0;
}
a {
	text-decoration: none;
	color:inherit;
}
a:hover {
	text-decoration: underline;
	color:inherit;
}
a:active {
	color: red;
	font-weight:bold;
	text-decoration: underline;
}



.everything {
	width:1200px; height:660px;
	position:absolute;
	top:-100px; bottom:0; left:0; right:0; margin:auto;
	outline:1px solid black;
}



.penis {
	width:1000px; height:500px;
	margin:auto;
}
.tile {
	background-color:yellow;
	height:200px;
	width:200px;
	border-radius:100%;
	overflow:hidden;
	margin-left:25px; margin-right:25px;
}
.tile:hover > .penishover {
	opacity:1;
}
.penishover {
	width:auto; height:100%;
	background:brown;
	text-align:center;
	pointer-events:none;
	opacity:0;
	padding-top:40%;
}
.sleeve {
	height:250px; width:100%;
	display:flex;
}
.imgoingtofuckingkillmyself {
	width:500px;
}
#me {
	padding-top:35px;
}



.newstand {
	background-color:green;
	width:300px; height:340px;
	position:absolute;
	bottom:0; left:0; right:0; margin:auto;
}