* {
    margin: 0; padding: 0; box-sizing: border-box;
}

body {
    background-color: #006847;
    border: 6px solid #F1BF00;
    margin: 8px;
    min-height: 150vh;
}

h1 {
    font-family: 'Uncial Antiqua';
    font-size: 48px;
    text-align: center;
}

thead, th {
    background-color: #AA151B;
    color: whitesmoke;
    padding: 9px;
}

table {
    width: 90%;
    background-color: #F1BF00;
    margin-left: auto;
    margin-right: auto;
}

table, td {
    padding: 55px;
    border-collapse: collapse;
    position: relative;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

span.name {
    position: absolute;
    font-family: 'Arya';
    top: 4px;
    left: 4px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline overline;
}

span.price {
    position: absolute;
    bottom: 8px;
    left: -100px;
    font-size: 24px;
    color: #AA151B;
 }

 span.special {
    padding: 55px;
    border-collapse: collapse;
    position: relative;
    font-family: "Indie Flower";
    font-weight: bold;
 }

  