.content{
	margin-top: 10%;

}
body{
	background: #061F2B;
}
.boxcentral{
	background: #FFFFFF;
	height: 50%; 
	width: 100%;
	padding: 25px 25px 50px 25px;
	margin: 60px auto;
}
a{
	background: #02c2c2; 
	color: white;
	text-decoration-color: black;
	text-decoration-style: none;
}
a:hover{
	background: #02c2c2;
	color: white;
}
.btn {
	text-decoration-style: none;
	margin-top: 2%; 
	min-width: 200px;
	margin-left: 5px;
    margin-right: 5px;
}
.logo{
		min-width: 200px;
		width: 30%;
		margin: 1%;
}
