html, body{
	height: 100%;
}

body {
    background-color: black;
    display:flex;
    justify-content: center;
    align-items: center;

}
.links {
	display: flex;

}   
p {
	color:red;
}

style {
	height: 50%; 
	width: 50%;
}

a.{

	flex:1;
	margin: 0 1em;
	padding: 1em 1.5em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}