@charset "utf-8";
*{
	margin: 30;
	padding: 30;
	outline: 0;
}
body{
	height: 90%;
	background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSxCE3_HLRrz_0dFIa7-CdMIEx554bynAYEOG3wsH-8xunLyuiXuzuGAeywCB8HpqUQ9yQ&usqp=CAU);
	background-size: cover;
	box-shadow:inset;
}
button{
	border-bottom-color:#003;
	size:30;
	box-shadow:inset;
	background-color:gray;
	font:"Arial Black", Gadget, sans-serif;
	font-variant:normal;
	}
	table{
		font-family:Arial, Helvetica, sans-serif;
		border-collapse: inherit;
		width: 50%;
	}
	th{
		border:1px solid #000;
		text-align:center;
		padding:8;
	}
	td{
		border:1px solid #000;
		text-align:center;
		padding:8;
	}
		
/* CSS Document */

