body {
  font-family: times;
  color: black;
}
html, a, a:hover {
cursor: url(https://64.media.tumblr.com/fa5e0737f465ad2f7c591df98c0496e0/e421920703343e33-44/s2048x3072/35f8e0a121325b0901b4aa09abb03df9ae721082.png), auto;
}
@font-face {
font-family: ms gothic;
src: url(https://dl.dropbox.com/s/3sr9w38zcojnxo8/MS%20Gothic.ttf);
}
#txt {
padding: 1px;
position: fixed;
bottom: 15px;
left: 15px;
font-size: 28px;
font-family: ms gothic;
}
#s-m-t-tooltip{
/* basic */
max-width: 300px;
z-index: 10;
margin: 24px 14px 7px 12px;
/* style and design */
font-family: ms gothic;
padding: 8px;
border: 1px solid black;
background: white;
color: black;
}
::-moz-selection { /* EDIT THIS ONE TOO */
color: white;
background: black;
}

::selection {
color: white;
background: black;
}
@font-face {
font-family: ms gothic;
src: url(https://dl.dropbox.com/s/3sr9w38zcojnxo8/MS%20Gothic.ttf);
}

@font-face {
font-family: ms pgothic;
src: url(https://dl.dropbox.com/s/0r9551t42lpo2ud/ms-pgothic_bigfontsite.com.ttf);
}
#woo {
height: auto;
width: 225px;
max-width: 500px;
position: relative;
top: 105px;
padding: 3px;
margin: auto;
background: white;
}
#txti {
text-align: center;
font-weight: bold;
font-size: 2.5em;
font-family: ms gothic;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
}
.imga {
height: 175px;
width: 175px;
margin: auto;
border: 1px solid black;
}
#goofy {
font-family: ms gothic;
font-size: 1.25em !important;
text-align: left;
margin: auto;
}
body {
  background-image: url("https://cdn.discordapp.com/attachments/940825848901156934/940826125821706240/image0.png");
  background-repeat: repeat;
}

#slop {
height: auto;
width: 650px;
margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#slime {
border: 1px solid black;
padding:5px;
width: 200px;
height: 400px;
}
#fart {
border: 1px solid black;
padding:5px;
width: auto;
height: 400px;
overflow-y: auto;
}
.wee {
border: 1px solid black;
width: 99%;
height: auto;
}
#wo {
display: grid;
grid-template-columns: max-content auto;
padding: 5px;
grid-gap: 5px;
background: white;
border: 1px solid black;
}
#glob {
  border-top: 1px solid white;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 5px;
float: right;
margin-top: -1px;
background: white;
}
#help {
font-size: 1.5em;
cursor: help;
text-align: center;
}
:root {
		--mainColor: blue;
	}
 
	a {
		background: linear-gradient(to bottom, var(--mainColor) 0%, var(--mainColor) 100%);
		background-position: 0 95%;
		background-repeat: repeat-x;
		background-size: 2px 2px;
		text-decoration: none;
        }
 
	a:hover {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%230000FF' stroke-width='3' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
		background-position: 0 115%;
		background-size: 1em .5em;
		background-repeat: repeat-x;
		text-decoration: none;
        }
        table {
border-collapse: collapse;
margin: auto;
}

td, th {
border: 1px solid black;
text-align: left;
padding: 5px;
}
#titty {
  font-size: 4em;
  text-align: center;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0 0;
  font-weight: bold;
}