body
{
	background-image: url("background.jpeg");
	color: yellow;
}

a
{
	color: cyan;
}

top
{
	margin-left: 10%;
	margin-right: 10%;
}

main
{
	margin-left: 20%;
	margin-right: 20%;
}

middle
{
	text-align: center;
}

right
{
	text-align: right;
}

big
{
	font-size: 150%;
}

table img {
	aspect-ratio: 1.7777777777777777;
	object-fit: cover;
}

#checkout_table
{
	font-size: 150%;
	border: 1px solid black;
}

#box
{
	border: 1px solid black;
}


