.page {
  position: relative; 
  min-height: 98vh;
}

.page header {
  background-color: #FFB600; 
  color: black; 
  padding: 1em;
}

.page header h1 {
  text-align:center;
}

.page-wrap {
  padding-bottom: 2.5rem;
}

.ocaImage{
  position:relative;
  left:43%;
  width:15%;
}
.principalButtons{
  text-align: center;
}
.aButton{
  text-decoration:none; 
  color:black; 
  font-size:24px; 
  margin-right: 15px;
}
button{
  background-color: #FFB600; 
  border-radius: 20px;
}
.pageTitle {
  witdh: 100%;
  text-align: center;
  padding: 3rem;
  text-transform: uppercase;
  font-family: Papyrus, Fantasy;
  color: #FFFFFF;
  background-image: url("https://okdiario.com/img/2020/11/24/navidad-2020-en-sevilla.jpg");
  font-style: bold;
  text-shadow: 2px 2px 5px red;
}

.menu {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

.menu td {
  border: 1px solid #ddd;
  padding: 8px;
}

.menu tr:nth-child(even){background-color: #F8F8F8;}

.menu tr:hover {background-color: #ddd;}

.title {
  background-color: #891313;
  color: white;
}

.container{
  width: 100%;
  height: 500px;
}

.plateImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  position: absolute; 
  height:2.5rem; 
  bottom: 1px; 
  width: 99%; 
  background-color: #FFB600;
}

.footer p {
  text-align:center; 
  font-style:italic;
}

