@font-face {
    font-family: majalla;
    src: url(Windows/Fonts/majalla.ttf);
}

body{

    background-color: aliceblue;

}

.wrapper-main{

    
    margin: 0 auto;
}

table.minimalistBlack {
    border: 3px solid #000000;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background: #d2dce0;
  }
  table.minimalistBlack td, table.minimalistBlack th {
    border: 1px solid #000000;
    padding: 5px 4px;
    
  }
  table.minimalistBlack tbody td {
    font-size: 20px;
    
  }
  table.minimalistBlack thead {
    background: #979191;

   
    border-bottom: 3px solid #000000;
  }
  table.minimalistBlack thead th {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
  table.minimalistBlack tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    border-top: 3px solid #000000;
  }
  table.minimalistBlack tfoot td {
    font-size: 14px;
    background: #2a4e25;
  }

 

 