  #result {
    font-family: lucida console, courier new, courier, monospace;
    margin: 0;
    padding: 10px 0;
    height: 70vh;
    border-radius: 0;
    resize: none;
    font-size: 10px;
    line-height: 1.2;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: calc(0.5rem + 5px);
    width:100%;
    /* Determine appearance of code editor */
    background-color:#272822;
    border-color:#272822;
    color:#ffffff;
    outline:none;
  }

  body {
    margin:2rem;
    font-size:12px;
    /*background:#e2e2e2;*/    
    font-family: lucida console, courier new, courier, monospace;
  }

  body {
    font-family: courier;
    font-size: 12px;
  }

  .table {
    /*font-family: Arial, Helvetica, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
  }
  .table td, .table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .table tr:nth-child(even){background-color: #f2f2f2;}

  .table tr:hover {background-color: #ddd;}

  .table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  margin: 4px 2px;
  cursor: pointer;
}

    .center {
      margin: auto;
      width: 50%;
      border: 3px solid #3476fa;
      padding: 10px;
      text-align: center;
  }
