body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Bookman, URW Bookman L, serif; 
  background-color: rgb(252, 206, 166); }

.restaurant {
  text-align: center;
  background-color: rgb(244, 186, 135); 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}

h1 {
  font-size: 32px;
  color: #333; }

#Bord {
  font-size: 55px;
  font-family: Brush Script MT, Brush Script Std, cursive;}

input[type="range"] {
  width: 100%;}

input[type="radio"] {
  margin: 5px;}

label {
  font-size: 18px;}

input[type="date"], input[type="time"] {
  width: 45%;
  margin: 5px;}

button {
  background-color: #007bff; 
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;}

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