body {
    line-height: 1.6;               
    margin-left: 25px;             
    margin-right: 25px;                
    padding: 0;
    background-color: #f8f8f8;     
    font-size: 150%;
}

pre{
    font-size: 75%;
    white-space: pre-wrap;
    word-break: keep-all; 
}

.container 
{
  gap: 25px;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(1, 1fr);
  margin-left: 150;
  margin-right: 150;
}