body {
    background: #f5e3b1;
    margin: 0;
    padding: 0;
  }

  .heading {
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-size: 30px;
    text-align: center;
    color:#793b00
  }
  
  
  table {
    height: 40%;
    left: 10%;
    margin: 20px auto;
    overflow-y: scroll;
    position: static;
    width: 90%;
  }
  
  thead th {
    background: #7d2b07;
    color: #fffbee;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    /* Specify "Comic Sans MS" as the preferred font, followed by "Comic Sans" as a fallback, and finally, a generic sans-serif font */
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    width: 33.3333%;
  }
  
  tr {
    background: #fffae0;
    border-bottom: 5px solid #FFF;
    margin-bottom: 5px;
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    font-weight: 100;
    color:#541808
  }

  td {
    padding: 10px;
    width: 33.3333%;
    vertical-align: middle;
  }


.centered-cell {
  text-align: center;
  vertical-align: middle;
  padding: 1px 10px 20px 10px;
}

.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.rating {
  text-align: center;
  font-size: 60px;
}

