* {
    box-sizing: border-box;
    font-family: "Courier New", monospace;
  }

  img {
    max-width: 100%;
    max-height: 100%;
  }

  body {
    margin: 10px auto;
    background: black;
    color: #663dfc;
    font-family: "Courier New", monospace;
    max-width: 800px;
  }
  
  a {
    color: #663dfc !important;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  input,
  button,
  textarea {
    background: #000000;
    color: white;
    border: 1px solid green;
  }
  
  pre {
    overflow-wrap: break-word;
    white-space: pre-wrap;
  }  
  .breaking{    
    width: device-width;
    word-wrap: break-word;
}