* {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	overflow: auto;
}
body{
	background-image: url("https://wallpaperaccess.com/full/2936972.jpg");
}
table,
th,
td,
tr {
	border: 1px solid black;
	align-items: center;
	text-align: center;
	border-radius: 40px;
}
.food {
	width: 50px;
	height: 50px;
}
.delete {
	width: 25px;
	height: 20px;
}
.backGround {
	/* background: url("https://wallpaperaccess.com/full/2936972.jpg") no-repeat; */
	background-size: cover;
}
.spacing {
	padding: 10%;
	width: 100%;
	height: 100%;
}
.tableBox {
	border-radius: 35px;
	background-color: #3b2e62;
	padding: 25px;
}
button {
	background-color: #000000;
}
#t1 {
	visibility: hidden;
}
input {
	color: #000000;
}
.bold {
	font-weight: bold;
}
.box {
	background-color: #ac83d3;
	border-radius: 50px;
	padding: 50px;
}

footer {
	align-items: flex-end;
  background-position: center;
  display: flex;
  justify-content: center;
  height: 15vh;
}
