@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

html {
  scroll-padding-top: 80px;
}

footer {
    margin-top: 10px;
}

.result-table th {
    font-size: 0.8rem;
}

.result-table td{
    font-size: 0.8rem;
}

@media (min-width: 576px) { 
    .result-table th {
        font-size: 0.9rem;
    } 

    .result-table td{
        font-size: 0.9rem;
    }
 }

@media (min-width: 768px) { 
    .result-table th {
        font-size: 1rem;
    } 

    .result-table td{
        font-size: 1rem;
    } 
}