body {
	font-family: 'Press Start 2P', cursive;
	background-image: url(../inc/background.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #10ffca;
}
.landing {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.landing-text p {
	display: none;
	font-size: 18px;
	color: #ed99fa;
	margin-top:22px;
}
.landing-text p.active {
	display: block;
}
.links {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.links a {
	display: block;
	text-align: center;
	color: #dee2e6;
	text-decoration: underline;
}

.links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
}

.allright
{
	display: none;
}

.form
{
	display: none;
}

@media (max-width: 767px) {
    body {
        background-position: center center;
    }
}
.blackambient
{
	background-color: rgba(0, 0, 0, 0.5);
}

#SpongeBob
{
    display:none;
}
}
