body {
    font-family: Arial, Helvetica, sans-serif
}
.text-center {
    text-align: center;
}
.mt-1 {
    margin-top: 1rem;
}
.container {
    border-radius: 0.5rem;
    border: 3px solid black;
    padding: 20px;
    margin-bottom: 1rem;
}
.align-center {
    align-items: center;
}
.w-full {
    width: 100%;
}
table.table {
    border-radius: 0.5rem;
    border-collapse: collapse;
}
.mt-0 {
    margin-top: 0;
}
td {
    padding: 10px;
}
img.productimg {
    width: 255px;
    margin: 20px 0;
    max-width: 90%;
}
.productname {
    position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 10px 0;
}
img.productimg_lyrics {
    width: 90%;
    margin: 10px 0;
    max-width: 90%;
}
table td {
    position: relative;
  }

  table {
    table-layout: fixed;
    width: 100%;
  }
  .scale15 {
    scale: 1.5;
  }
  .d-block {
    display: block;
  }
  a {
    color: black;
  }
  .inline-block {
    display: inline-block;
  }
  ul, ol {
    list-style-position: inside;
  }
  .text-left {
    text-align: left;
  }
  .center {
    display: flex;
    justify-content: center;
  }
  div.line-break {
    width: 5%;
  }