html {
		background-image: url('backgrounds/1681680320274803.jpg');
		/* background-repeat: no-repeat; */
		background-position: center center;
}

body {
		background-color: dimgray;
		color: white;
		font-size: large;
		max-width: 1000px;
		margin: 50px auto 50px auto;
		/* margin: 50px auto 50px auto; */
		border-style: solid;
		border-width: thick;
		border-color: gainsboro;
}

table, th, td {
		border: 1px solid black;
}

.center {
    display: block;
		margin: auto;
		width: 50%;
}