body {
    background-color:#522e96;
    color: white;
    font-family: Verdana;
    image-rendering: pixelated;
}

table {
	width: 50%;
	height: 50%;
	margin: auto auto;
	border-spacing: 50px;
}

td{
	text-align: center;
}

.texttd{
	background-color:#000000;
	border: 5px double #ffffff;
	border-radius: 10px;
	font-size: 20px;
	padding: 20px;
	transition: border 0.5s;
}

.texttd:hover{
	background-color:#000000;
	border: 5px double #00ff00;
	border-radius: 10px;
	font-size: 20px;
	padding: 20px;
}

a {
	color: white;
	text-decoration: none;
}