body {
    font-family: 'Courier New', Courier, monospace;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: rgb(0, 0, 0);
  }

@font-face {
font-family: DEM-MOMono-700;
src: url(fonts/DEM-MOMono-700.otf);
}

.poem {
    font-family: 'Courier New', Courier, monospace;
    font-style: bold;
    font-size: medium;
    color: rgb(212, 212, 212);
    position:absolute;
    top:0%;
    left:4%;
    background-color: rgb(0, 0, 0);
    z-index: 5;
  }

dialog{
  height: 80px;
}