body {
    color:#1a1514;
	background-color:#eee;
	padding: 5% 10%;
}
table {
	width: 100%;
    height:80vh;
    font-size:20pt;
	font-family: 'Ysabeau', sans-serif;
}
table a {
    transition: 2s;
	font-family:'Ysabeau', sans-serif;
	color:#1a1514;
	text-decoration: none;
}
table a:hover {
    transition:.5s;
    font-size: 18pt;
    color:#980156;
    font-weight: 1000;
    text-shadow: 0 0 50px #AA0077;
}