@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap/');

body {
	padding: 0;
    margin: 0;
	font-family: 'Gothic A1', sans-serif;
	
}

table {
	width: 100%;
	padding: 15px;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
	color: #000;
}

.info {
	padding: 30px;
	text-decoration: none;
	color: #000;
}