body {
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;
	text-align: center;
	padding: 20px;
}

.tip-container {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	max-width: 700px;
  height: 450px;
	margin: 100px auto;
}

.tip-heading {
	font-size: 24px;
	margin-bottom: 20px;
}

.tip-amount {
	font-size: 18px;
	color: #333;
}

.tip-buttons {
	margin-top: 40px;
}

.tip-button {
	background-color: #007bff;
	color: #ffffff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 10px;
  height: 100px;
  width: 150px;
}

.tip-button:hover {
	background-color: #0056b3;
}

.none,
.custom {
	margin-top: 20px;
	width: 100%;
  height: 50px;
}

.tip-heading {
  margin-top: 75px
}

.comment {
  margin-top: 15px;
  font-size: 12px;
}

.none {
  transition: opacity .25s linear;
}