@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}

html, body{
    min-height: 100vh !important;
    height: fit-content;
}

nav{
    background: #343A40;
}

.nav-tabs .nav-link{
    padding: 17px 16px 10px;
}

nav{
    color: white !important;
}

nav a{
    color: #ddd !important;
    text-decoration: underline;
}

ul{
    list-style-type: none;
}

tbody, td, tfoot, th, thead, tr{
    border: 1px solid gray;
}

td,th{
    padding: 5px;
}