p
{
  margin: 0;
}

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

.heading
{
  background-color: #606C38;
  color: White;
	width: 100%;
	min-height: 10vh;
	padding: 1%;
	box-sizing: border-box;
	border-radius: 25px;
	top: 3%;
}

.actual-body
{
  padding: 2%;
  background-color: #FEFAE0;
  width: 50%;
  min-height: 100vh;
  border-radius: 80px;
}

.text
{
  padding: 2%;
  font-size: 24px;
  color: #BC6C25;
  margin: 0;
}

#body
{
  padding: 2.5%;
}

.table-container
{
	background-color: #BC6C25;
	width: 20vw;
	height: 50vh;
	display: flex;
	justify-content: center;
	padding: 2.5%;
	position: absolute;
	top: 23%;
	left: 60%;
	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: #DDA15E;
	color: #BC6C25;
	box-sizing: border-box;
}

#Title
{
  font-size: 32px;
}
