<style>

@font-face {
    font-family: 'gaufontpopmagicregular';
    src: url('gaufontpopmagic-webfont.woff2') format('woff2'),
         url('gaufontpopmagic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
body{
    font-family: ms gothic, monospace;
    background-image: url(images/ab08-bg-star.gif);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin: 40px;
}

ul{
list-style-type:none;
padding: 10px;
}

table{
    background-color: transparent;
    border-collapse: collapse;
    max-width: 1000px;
}

thead,
tfoot {
  background-color: #77705d;;
}

th,
td {
  border: 1px solid #77705d;
  border-style: dashed;
  padding: 10px;
  background-color: #b6e0d6;
}

.tableheader{
  background-color: #9f9885;
}

td{
  background-color: #b6e0d6;
  width: 300px;
}


td:last-of-type {
  text-align: left;
}

.peluche{
max-width: 250px;
}

.cuerpo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header{
  width: 1000px;
  margin: 10px;
  background-color: #9f9885;
  border: 1px solid #77705d;
  border-style: dashed;
}

.headertext{
  display: flex;
  align-items: center;
  flex-direction: column;
}

</style>