<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    height: 100%;
    margin:0px;
    background: #fff;
    font-family: 'mokoko', sans-serif;
}

a {
    text-decoration: none;
}

h1, .h1, h1 a, .h1 a {
    text-align: center;
    color: #000;
    text-shadow: 3px 3px 10px #fff;
    font-family:'spumoni-lp',sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
    font-size: 55px;
    width: 100%;
    position: fixed;
    top: 0px;
    padding: 5px 0px 20px 0px;
}

.randomImage{
  background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
    height:100%;
    max-height:1080px;
	max-width:800px;
	margin: 0 auto;
}

.button1 {
    background: none;
    border: none;
    color: #000;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    height: 85%;
    position: fixed;
    bottom: 0px;
    text-shadow: 3px 3px 10px #fff;
}

.button1:hover {
    background: none;
    color: white;

}

.moo {
    color: #000;
    text-align: center;
    text-shadow: 3px 3px 10px #fff;
    position: fixed;
    bottom: 0px;
    padding: 15px 0px;
    line-height: 12px;
    width:100%;
}

.pet, .pet a, .pet a:active .pet a:visited {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.footer, .footer a {
    font-size: 12px;
    color: #000;
	font-weight: normal;
    font-style: none;
    text-decoration: none;
}

.overlay {
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%);
}
	
img, .randomImage, randomImage-1 {
    pointer-events: none;
	-webkit-user-select: none;
}</pre></body></html>