html
{
	height: 100%;
  box-sizing: border-box;
}

body
{
	width: 98vw;
	 position: relative;
  margin: 0;
  padding-bottom: 0rem;
	background-image: url("698784.png");
	background-size: cover;
}

footer
{
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,191,255,0.1);
	text-align: center;
	border: 1px solid rgba(0,191,255,0.5);
	border-radius: 20px 20px 0 0;
	font-size: 2em;
	background-o: 50%;

	width: 90vw;
	margin: 1vh auto auto auto;
	text-align: center;
	padding: 10px;
	position: relative;
}

footer a
{
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	margin: 0px;
}
footer p
{
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 2em;
	margin: 0px;
}

#box
{
	width: 90vw;
	margin: 1vh auto auto auto;
	text-align: center;
	background-color: rgba(135,206,250, 0.5);
	background: rgba(135,206,250, 0.5);
	color: rgba(135,206,250, 0.5);
	border: 1px solid;
	border-color: rgba(0,191,255,0.9);
	border-radius: 20px;
	padding: 10px;
	position: relative;
}
h1
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 6em;
}
h2
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 5em;
}

.button 
{
	background-color: rgba(135,206,250, 0.8);
	border: 1px solid;
	border-color: rgba(0,191,255, 1.0);
	color: rgb(25,25,112);
	padding: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 4em;
	margin: 4px 2px;
	cursor: pointer;
	width: 75vw;
	border-radius: 10px;
}

.buttonlink a
{
	color: rgb(25,25,112);
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}

.buttonlink
{
	color: rgb(25,25,112);
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
}

.button:hover
{
	background: linear-gradient(0deg, rgba(0,191,255,1) 0%, rgba(135,206,250,1) 100%);
}

@media (min-width: 1000px)
{
	#box
	{
		width: 30vw;
		margin: 2vh auto auto auto;
	}

	.button
	{
		font-size: 1.5em;
		width: 20vw;
	}

	h1
	{
		font-size: 3em;
	}

	h2
	{
		font-size: 2em;
	}

	footer
	{
		font-size: 2em;
		padding: 0;
	}

	body
	{
		position: absolute;
		padding-bottom: 0;
		min-height: 100%;
	}
	footer
	{
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 99.8vw;
		background-color: rgba(0,191,255,0.1);
		text-align: center;
		border: 1px solid rgba(0,191,255,0.5);
		border-radius: 20px 20px 0 0;
		font-size: 2em;
		background-o: 50%;
	}

	footer a
	{
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 0.5em;
	}
	footer p
{
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.5em;
}
}



/*@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }*/
/*@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }*/
/*@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }*/
/*@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }*/
/*@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }*/
/*@media (min-width:1281px) { /* hi-res laptops and desktops */ }*/