@media all and (min-width: 1px) {
  body {
    font-family: "Roboto", serif;
    font-size: 18px;
    background-color: #f6fdc3;
  }

  h1 {
    font-family: "Rubik Doodle Shadow", serif;
    font-size: 50px;
  }

  h2 {
    font-family: "Arial Narrow", serif;
    font-size: large;
  }

  table {
    background-color: #f6fdc3;
    
  }

  .table > tbody > tr > td {
    vertical-align: middle;
  }
  .table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    background-color: #8eaccd;
  }

  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #d2e0fb;
  }
  .table-striped > tbody > tr:nth-child(even) > td,
  .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #c9dbff;
  }

  
  tbody > tr td {
    text-align: center;
  }
  .table-striped > tbody > tr > td:last-child {
    word-break: break-all;
  }

  table tr th,
  table tr td {
    border-right: 0.1em solid #f6fdc3 !important;
    border-bottom: 0.1em solid #f6fdc3 !important;
  }
  table tr th:first-child,
  table tr td:first-child {
    border-left: 0.1em solid #f6fdc3 !important;
  }
  table tr th {
    border-top: 0.1em solid #f6fdc3 !important;
  }

  /* top-left border-radius */
  table tr:first-child th:first-child {
    border-top-left-radius: 1rem !important;
  }

  /* top-right border-radius */
  table tr:first-child th:last-child {
    border-top-right-radius: 1rem !important;
  }

  /* bottom-left border-radius */
  table tr:last-child td:first-child {
    border-bottom-left-radius: 1rem !important;
  }

  /* bottom-right border-radius */
  table tr:last-child td:last-child {
    border-bottom-right-radius: 1rem !important;
  }

  p {
    margin: 0;
    text-indent: 0;
  }
}
