
body{
	margin: 0;
	padding: 0;
	background: #34495D;
	font-family: "Helvetica";
}

.img{
	display: block;
	margin: 100px auto 20px auto;
}

body .text{
	font-size: 38px;
	font-weight: 50px;
	letter-spacing: 1px;
	color:#fff;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
}

body .choose{
	font-size: 18px;
	font-weight: 50px;
	letter-spacing: 1px;
	color:#fff;
	text-transform: capitalize;
	text-align: center;
	margin-top: 50px;
}

body .button{
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

body .button .btn{
	font-size: 16px;
	background: #229F85;
	width: 150px;
	padding: 11px 11px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #229F85;
	cursor: pointer;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	margin: 7px;
	border-radius: 5px;
	display: block;
}

body .button .btn:hover{
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	background: rgba(134, 178, 173, 0.3);
	color: #fff;
}
