body
{
	font-family: Quicksand;
	background-color: #432818;
}

h1
{
	color: #BB9457;
}

p
{
	font-size: 20px;
	color: #99582A;
	text-align: justify;
}

.column
{
	background-color: #FFE6A7;
	width: 50vw;
	min-height: 100vh;
	padding: 1%;
	box-sizing: border-box;
	border-radius: 5%;
	top: 3%;
}

.goodbye
{
	text-align: right;
	font-size: 32px;
	font-family: "Z003", cursive;
}

.table-container
{
	background-color: #6F1D1B;
	width: 20vw;
	height: 50vh;
	display: flex;
	justify-content: center;
	padding: 2.5%;
	position: absolute;
	top: 1%;
	right: 0%;
	border-radius: 5%;
}

#button-table
{
	width: 100%;
	height: 100%;
	border-collapse: collapse; 
}

#button-table tr
{
	height: 16.6%;
}

#button-table td
{
	padding: 2.5%
}

#button-table button
{
	width: 100%;
	height: 100%;
	font-size: 20px;
	cursor: pointer;
	border: none;
	border-radius: 8px;
	background-color: #BB9457;
	color: #432818;
	box-sizing: border-box;
}
