@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');


body{
  background-color:#FFE4C4;
  margin: 0;
  padding: 0;
}

.eat{
  color:#DC143C;
    display: flex;
    height: 200px;
    width: 100%;
  font-family: verdana;


    justify-content: center;
    align-items: center;
    font-size: 100px;

}

.centro{
    font-family: 'Concert One', cursive;

text-align: center;

}



.tab{


  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;

align-items: center;
}
.a{
  color: red;
}
.b{
  font-family: arial;
  color: black;
  font-size: 23px;
}
.c{
  color: red;
  font-size: 24px;
}
p{
  font-size: 27px;
    color: #EB5768;

}
h3{
  font-size: 30px;
  font-family: verdana;
}
h1{
  font-size: 50px;
  font-family: verdana;
  color: #DC143C;

}
h2{
  font-size: 40px;
  color: black;

}
h6{
  font-size: 55px;
  margin: auto;
  color: #FF0000;
}
h4{
  font-size: 30px;

}
table {
  border-collapse: collapse;
  width: 100%;

}
table, th, td {

  border: 0.5px solid black;
