body {
	 background: linear-gradient(to bottom, #111D4A, #242038);
	 }
	 
body {
height: 90%;
width: 90%;
margin: 0;
padding: 0;
background-repeat: no-repeat;
}

html {
height: 100%;
width: 100%;
}

.scarytextlol {
color: #ff0000;
font-family: "Shadows Into Light", cursive;
font-size: 25px;
}

.crappybackbutton {
border-style: outset;
border-color: white;
border-radius: 10px 15px;
color: #101419;
font-family: "Lucida Console";
cursor: pointer;
padding: 10px 15px;
text-align: center;
background-color: #ADD9F4;
display: inline-block;
font: 18px; 
}

