.uk-navbar{
    flex-wrap: wrap;
}

.uk-h1 {
    font-size: 1.5em;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .uk-h1 {
        font-size: 1em;
    }
}

td br {
    display: block;
    content: "";
    height: 0.75em;
}

.uk-table{
    padding: 0;
    margin: 0 0 2em 0.5em;
    border-bottom: 1px solid #e5e5e5;
}

.uk-table th{
    text-align: center;
}

header{
    padding-top: 2em;
    padding-bottom: 2em;
}

footer{
    padding-top: 1em;
    padding-bottom: 5em;
}

#page-top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0.5em;
  bottom: 1em;
  opacity: 0.6;
}

#page-top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #6c757d;
}

