 body { 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /*display: grid; 
    /*place-content: center;*/ 
    /*height: 100vh;*/ 
    margin: 10pt; 
    background: #d4f4dd; 
    color: #1a202c; 
}

#qrcode {
  width:120px;
  height:120px;
  margin-top:15px;
}

h1 {
    font-size: 3rem;
}

.footer {
    font-size: small;
    color: gray;
}

.center {
    display: grid;
    justify-content: center;
    align-items: center;
    border: 1px solid green;
    margin-bottom: 10pt;
    padding: 5pt;
}
.button {

    border-radius: 5pt;
}

.title {
    font-size: x-large;
    font-weight: bold;
}

.rating {
    border: 2px solid;
    table-layout: fixed;
    
}

td {
    border: 1px dashed;
    text-align: center;
}