@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body {
	background-color: white;
	color: black;
	font-family: Verdana;
	font-family: 'Ubuntu', sans-serif;
}

tr, th {
	height: 150px;
	width:150px;
	max-height: 150px;
	max-width: 150px;
}

.a{height: 200px; width: auto;}

table, th, td {
	border: 3px solid;
	border-collapse: collapse;
	border-radius: 5px;
	padding: 0px;
}

img {
    display: block;
    width: 150px;
    height: 150px;
    border: 0;
}
