body {
    filter:grayscale(20%);
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.87);
    background-color: #000000;
}

#app {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#textbox{
    display: none;
    position: absolute;
    background-image: url("./assets/paper_dialog.png");
    user-select: none; 
    background-size: contain; /* Keep the image width the same */
    background-repeat: no-repeat;
    background-position: center center; /* Center the background image */
    width: 70vh; /* Set the width of the holder */
    max-width: 100%;
    height: 25%;
    top:75%
    /*max-width: 300px; /* Set the maximum width of the holder */
}
#textboxinner{
    /*text-align: center;*/
    color: rgb(0, 0, 0);
    font-size: 3.5vh;
}
@font-face {
    font-family: 'eddsfont';
    src: url("./assets/eddsfont.ttf"); /* IE9 Compat Modes */
}
span{
    font-family: eddsfont;
    width: 100%;
    text-align: center;
}
