@charset "UTF-8";
/* CSS Document */
.pay-button {
  display: inline-block;
  padding: 14px 28px;
  background: black;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500;
}

.button,
.pay-button {
  display: inline-block;
  padding: 14px 34px;
  background-color: #D49A3F;
  color: #102135;
  border-radius: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.pay-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #102135;
  color: #112236;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
	color: #F8E0BF;
	text-align: center;
}

.product-image{
	width: 25%;
  border-radius: 8px;
	display: block;
	margin: 0 auto;
	
}

#hireprice1{
	color:#F8E0BF;
	text-align: center;
}