body {
    background-color: #121212;
    color: #e1e1e1;
    font-family: "Spectral", sans-serif;
    line-height: 1.3;
    font-size: 1.1em;
    
}
body h1 {
    font-family: "Scary Monday", sans-serif;
    color: #353535;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight:100;
    font-size:2.3em;
    text-align: center;
    margin: 2;
    line-height:1;
}

.poem{
    margin: auto;
  width: fit-content;
  border: 2px solid #353535;
    align-content: center;
    padding: 10px;
    box-sizing: border-box;
    
}