body{
	background-color:#001e57;
	background-image:linear-gradient(to bottom, #001924, #001e57);
	background-repeat: no-repeat;
	}
img{
	margin:110px auto 0;
	box-shadow:0px 14px 25px #00000055;
	max-width:100%;
	}
@media (min-width:600px) and (max-width:720px){
	img{
		margin-top:70px;
		}
	}
@media (max-width:599px){
	img{
		margin-top:25px;
		}
	}
h1{margin:-10px auto}
.right,
.center,
.left{
	margin-top:10px;
	float:right;
	width:100%;
	line-height: 43px;
	}

@media (min-width:650px){
	.btns{width:650px}
	
	.right{
		width:207px
		}
		
	.center{
		width:207px;
		margin-right:15px
		}
		
	.left{
		width:206px;
		margin-right:15px
		}
	}

.btn1, 
.btn2, 
.btn3{
	background-repeat: no-repeat;
	box-shadow:0px 14px 25px #00000055;
	color:#ffffff;
	display:block;
	height:45px;
	padding:0;
	text-decoration:none;
	transition:all 1s;
	}
		
.btn1{
	background-color:#03002b00;
	background-image:linear-gradient(to right, #00002b55, #03002bcc);
	}
	.btn1:hover, .btn1:active{
		background-color:#002b66ff;
		background-image:linear-gradient(to right, #00002bff, #03002bff);
		box-shadow:0px 14px 25px #00000077;
		transition:all .5s;
		}

.btn2{
	background-color:#002b6600;
	background-image:linear-gradient(to right, #002b6655, #00002b55);
	}
	.btn2:hover, .btn2:active{
		background-color:#002b66ff;
		background-image:linear-gradient(to right, #002b66ff, #00002bff);
		box-shadow:0px 14px 25px #00000077;
		transition:all .5s;
		}

.btn3{
	background-color:#0077bb00;
	background-image:linear-gradient(to right, #0077bb55, #00337755);
	}
	.btn3:hover, .btn3:active{
		background-color:#0077bbff;
		background-image:linear-gradient(to right, #0077bbff, #003377ff);
		box-shadow:0px 14px 25px #00000077;
		transition:all .5s;
		}