body {
    font-family: 'Inclusive Sans', sans-serif;
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    width: 0px;
}

main {
    min-height: calc(80vh - 90px);
}

footer {
    height: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.table-fixed td {
    width: 100%;
    white-space: nowrap;
  }

a{
    color: #00A7AE !important;
}

ol{
    margin-top: 10px !important;
}
