﻿.Gradient1 {
				font-family: 'Press Start 2P', display;
				text-align: center;
				text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
				background-image: linear-gradient(180deg, rgba(0, 21, 63, 1) 10%, rgba(91, 128, 178, 1) 90%);
				box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.5);
				padding-bottom: 30px;
				background-color: rgb(102, 153, 255);
}
.Footer {
				font-family: 'Press Start 2P', display;
				text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
				background-image: linear-gradient(180deg, rgba(0, 5, 46, 1) 10%, rgba(3, 19, 43, 1) 90%);
			    background-position: 0px 0px;
	            background-size: 100% 100%;
	            background-repeat: repeat;
	            background-attachment: scroll;
	            background-origin: padding-box;
	            color: rgba(255, 255, 255, 1);
	            text-align: center;
	            align-self: flex-end;
	            background-clip: border-box;
	            box-shadow: 0 -13px 31px 0 rgba(0, 0, 0, 0.5);
	            flex: 1 1 0%;
	            flex-direction: column-reverse;
	            position: fixed;
	            top: auto;
	            right: 0%;
	            bottom: 0%;
	            left: 0%;
}
.Gradient2 {
				font-family: 'Press Start 2P', display;
				text-align: center;
				text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
				background-image: linear-gradient(180deg, rgba(0, 21, 63, 1) 10%, rgb(0, 48, 110) 90%);
				box-shadow: 13px 13px 31px 0px rgba(0, 0, 0, 0.5);
				padding-bottom: 30px;
				background-color: rgb(0, 0, 255);
}
