
/*--this webpage is brought to you by the real life equivalent of patrick star

/*--index--*/
body {
    background-color: black;
  cursor: url("https://file.garden/ZlTAjDBYblwbIgVN/other/decepticon_cursor.png"), auto;
}

.container1 {
    
    width: 1000px;
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.toxicgraves {
    width: 550px;
    height: 300px;
    animation: myAnim 3s ease 0s infinite normal forwards;
    order: 1;
}
@keyframes myAnim {
	0% {
		transform: scale3d(1, 1, 1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
    } } 

.intro {
    width: 500px;
    height: 300px;
    background-color: rgba(46, 10, 132, 0.79);
    order: 2;
    outline: dashed;
    outline-offset: 5px;
    outline-color:limegreen;
    transform: rotate(-2deg);
    margin-top: -100px;
}

.hello {
    text-align: center;
    color: red;
    font-family: 'halloween';
    font-size: 30px;
    margin-top:20px;
    order: 3;
}

.hello2 {
    text-align: center;
    color: limegreen;
    font-family: 'Dogica';
    margin-top: 20px;
}

.placeholder {
    width: 200px;
    height: 200px;
    order: 4;
    position: absolute;
    margin-left: -100px;
    margin-top: 30px;
    transform: rotate(4deg);
}

.buttons {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
}

.enter:hover{
    animation:jitter 0.8s steps(1,end) infinite;
    font-family: 'halloween';
    color: red;
    font-size: 40px;
}
@keyframes jitter
		{
		0%	{ transform: skew(-7deg) translate(0px, 0px) scalex(1) scaley(1.03) rotate(0deg);}
		10%	{ transform: skew(0.3deg) translate(-1px, 0px) scalex(1.07) scaley(1) rotate(0deg); }
		20%	{ transform: skew(2deg) translate(3px, 0px) scalex(1) scaley(1) rotate(0deg); }
		30%	{ transform: skew(0deg) translate(0px, 2px) scalex(1.08) scaley(1) rotate(0deg); }
		40%	{ transform: skew(-0.5deg) translate(1px, -5px) scalex(1) scaley(1.004) rotate(0deg); }
		50%	{ transform: skew(-0.5deg) translate(0px, 0px) scalex(1.1) scaley(1) rotate(0deg); }
		60%	{ transform: skew(0deg) translate(-3px, 0px) scalex(1) scaley(1) rotate(0deg); }
		70%	{ transform: skew(0.5deg) translate(-1px, -4px) scalex(0.95) scaley(1) rotate(0deg); }
		80%	{ transform: skew(3deg) translate(3px, 0px) scalex(1) scaley(1.03) rotate(0deg); }
		90%	{ transform: skew(1deg) translate(0px, 0px) scalex(1.08) scaley(1) rotate(0deg); }
		100%	{ transform: skew(-0.5deg) translate(1px, 5px) scalex(1) scaley(1.12) rotate(0deg); }
		}

.enterbutton {
    position: absolute;
     font-size: 40px;
    font-family: 'halloween';
    transform:rotate(7deg);
    margin-top: 40px;
    margin-left: -30px;
    background-color: black;
   outline: dashed limegreen;
    outline-offset: -5px;
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items:center;
}
/*--index end--*/

/*--landing--*/
.everythingelse {
	background-image: url(https://file.garden/ZlTAjDBYblwbIgVN/other/tumblr_mxuzy5wQYE1snmc0lo3_250.jpg);
}

/*--topnav--*/

 #navbar {
                height: 40px;
                background-color: rgb(41, 0, 140);
                outline: dashed lime;
                margin-left: auto;
	            margin-right: auto;
                /* navbar color */
                width: 90%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }

            /* navigation links*/
            #navbar li a {
                color: limegreen;
                /* navbar text color */
                font-weight: 800;
				font-family: 'dogica';
                text-decoration: none;
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
				
                color: #007b7c;
            }


            #flex {
                display: flex;
            }
/*--topnav end--*/

.padder {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.tainer1 {
	width: 800px;
	height: 400px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 50px; 
	margin-left: 50px;
	background-color: limegreen;
	z-index: 1;
}

/*--intro--*/
.greet {
width: 680px;
height: 50px;
background-color: rgb(41, 0, 140);
outline: dashed rgb(0, 255, 0);
outline-offset: 2px;	
text-align: center;
color: limegreen;
font-size: 40px;
padding-top: 10px;
font-family: 'halloween';
	z-index: 2;
}
.greetdecor {
	position: absolute;
	margin-top: -65px;
	z-index: 3;
}

.introduction {
width: 800px;
height: 300px;
background-color: rgb(41, 0, 140);
outline: dashed rgb(0, 255, 0);
outline-offset: 2px;
padding-top: 5px;
padding-left: 5px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
z-index: 5;
	
}
.introimg {
	width: 170px;
	height: 280px;
	outline: dashed black;
    outline-offset: -4px;
	z-index: 6;
}
.introtxt {
	color: limegreen;
	width: 600px;
	font-family: 'dogica';
	font-size: 14px;
	z-index: 7;
}

/*--intro end--*/

.tainer2 {
	width: 400px;
	height: 400px;
	background-color: rgb(41, 0, 140);
	margin: 0 50px;
	margin-top:50px; 
}

.pagend {
  text-align: center;
  color: lime;
  font-size: 8px;
  font-family: 'dogica'
}


/*--landing end--*/

/*--tester gallery--*/
#fuckhouse {
	color: limegreen;
	font-size: 40px;
	text-align: center;
}
.containernull {
    
    width: 1000px;
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*--tester gallery end--*/