h1
{
	font-family: Impact, Geneva, sans-serif;
	color: black;
	padding-top: 50px;
	font-size: 75px;
}

#descriptionBox
{
	width: 500px;
	font-size: 25px;
}

body
{
	font-family: Trebuchet MS;
	background-image: url("fortnite.jpg");
  	background-attachment: fixed;
  	background-color: #014FB1;
  	font-size: 20px;
}

.center
{
	display:block;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.sideBySide
{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.box
{
	border-style: solid;
	padding: 10px;
}

.form
{
	border-width: 2px;
	border-style: solid;
	width:620px;
	border-radius: 50px;
}

#disclaimer
{
	padding: 20px;
	background-color: #014FB1;
	opacity: 0.8;
}

#results
{
	width:750px;
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 50px;
}

.code {
	font-family: sans-serif;
	font-size: 20px;
	position: relative;
	left: 38%;
	bottom: 200px;
}

.date
{
	font-family: sans-serif;
	position: relative;
	left: 38.25%;
	bottom: 190px;
}

#sad
{
	position:fixed;
    bottom:0px;
    left:38%;
	width: 300px;
	height : 300px;
}