a, a:active, a:focus {
	text-decoration: none !important; 
	outline: none;
}
body {
	width: 100%;
	min-height: 100vh;
	background-color: #ffffff;
	text-align: center;
	overflow-y: hidden;
}
 p {
    font-family: 'Trebuchet MS';
    color: 	#4d0606;
	font-size: 0.9rem;
	padding-top: 5%;
}
.aka {
	width: 50%;
	padding: 10%;
	margin:auto;
}