
@font-face {
  font-family: '8bitOperatorPlus-Bold';
  src: url('https://deltarune.com/assets/fonts/8bitOperatorPlus-Bold.woff') format('woff');
  font-display: swap;
}
.bodycont details {
    border: var(--border);
    margin-bottom:15px
}
.bodycont summary {
    font-size: 30px;
    margin: 10px;
}
.textcont{
    height:fit-content;
    margin-top:100px;
    margin-bottom: 70px;
}
.textcont:first-child{
    margin-top:60px
}
.textbox {
    width:284px;
    height:68px;
    outline: white 3px solid;
    scale: 200%;
    margin: 0 auto;
    background-color: black;
    font-family: '8bitOperatorPlus-Bold', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
table {
    border: 0;
    padding: -2;
}
.textimage {
    width:fit-content;
}
.textbox td img {
    margin:8px;
    scale: 100%;
}
.text {
    font-size: 10px;
    vertical-align:middle;
    width: 100%;
    line-height: 19px;
}