body{
    padding: 12em;
    padding-top: 4em;
    background-color: rgb(246, 239, 230);
}
h1{
    text-align: center;
    padding-bottom: 1em;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 0 solid #000;
  }

 th, td {
    margin: 0;
    border: 0.5px solid #000;
    white-space: nowrap;
  }

  .table {
    width: 70em;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: visible;
    padding: 0;
  }

  .milestone{
    text-align: center;
  }

  ol > li{
    padding-bottom: 0.5em;
  }

  .colorbg{
    background-color: rgb(178, 113, 28);
  }

  .column {
    display: inline-block;
    border: 1px ;
    padding: 1rem 1rem;
    vertical-align: middle;
    line-height: 2.5em;
  }
  
  /* Clear floats after image containers */
  .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }


 .column img.confusion-matrix{
    width: 100%;
    height: 120%;
  }

  .single-image img{
    width: 70%;
    height: 70%;
  }
