      body {
        background-color: khaki;
        color: Black;
       font-family: monospace;
    font-size: 130%;
        
      }
     blockquote {
      display: block;
      margin-top: 1em;
      margin-bottom: 1em;
      margin-left: 20px;
      margin-right: 20px;
      padding: 10px;
      text-align: left;      
}
      date {
        font-size: 60%;
        
      }
      .card:hover {
        background-color: white;
        text-style: bold;
      }
      .card {
        height: 450px;
        width: 700px;
        background-color: lightyellow;
        text-align: left;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
      }
      .container-outer { 
        overflow-x: scroll; 
        width: 1000px; 
        height: 495px;
        
      }
      .container-inner {
        width: 100000px;
        text-align: left;
        
      }
      a:hover {
        background-color: yellow;
      }
      textarea { width:100%;
      min-height: 5em; }
      .code { font-family: monospace; }