@import url('https://fonts.googleapis.com/css2?family=Chewy&family=DynaPuff:wght@400..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Times New Roman", Times, serif;
  background-image: url('fond1.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.subir:hover,
.subir:active {
  border: 3px solid #a259e6;
  box-sizing: border-box;
  background-color: transparent;
}

table.menu {
  font-family: "Sour Gummy", sans-serif;
  width: 100%;
  background-color: #f8bbd0;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  margin: 10px auto;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

table.menu td {
  padding: 15px;
  font-size: 35px;
}

table.menu h1 {
  font-size: 38px;
  color: #6a1b9a;
}

table.menu a {
  text-decoration: none;
  color: #6a1b9a;
  font-weight: bold;
  padding: 8px;
  display: inline-block;
  border-radius: 8px;
  transition: background 0.3s ease;
}

table.menu a:hover {
  background-color: #fce4ec;
}
