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%;
}

.crappyjumpscarebutton {
border-style: outset;
border-color: red red red red;
border-radius: 10px 15px;
color: #C2CAE8;
font-family: "Lucida Console";
cursor: pointer;
padding: 10px 15px;
text-align: center;
background-color: coral;
display: inline-block;
font: 18px; 
}

.visibletext {
color: #0496FF;
font: 18px;
}



.colorstylesucks {
color: #393E41;
}

.freshclearwhite {
color: #ffffff;
font-family: "Nothing You Could Do", cursive;
}

