


table, td, th {
  border: 1px solid black;
    padding: 15px;
}

table {
  border-collapse: collapse;
}

.main-body{
    Padding : 10px
}

li{
    List-style-type:none
}

th{
  color: black;
  background: #d3d3d3;
}


@font-face {
    font-family: 'Minecraft';
    src: url('/static/fonts/MinecraftRegular.otf') format('opentype');
    font-display: swap; /* Ensures the font is loaded ASAP */
}

#preview {
    font-family: 'Minecraft', sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
    color: black;
    min-height: 50px;
    font-size: 16px;
    max-width: 350px;
    max-height: 13em;
    overflow-y: auto;
}


