@media only screen and (max-width: 480px) {
    header {
        top: -5px;
        z-index: 701;
        margin-left: 0px;
    }
    header ul {
        margin: 0 auto;
        padding-left: 0px;
        font-size: 10px;
        font-family: 'rubik_ww', sans-serif;
        list-style-type: none;
        overflow: hidden;
    }
    ul,
    .bar {
        width: 100%;
        max-height: 45px;
    }
    header li {
        font-size: 15px;
        float: left;
        text-align: center;
        height: auto;
        padding: 15px 3px;
    }
    header li a {
        text-align: center;
        text-decoration: none;
    }
    header li a,
    .dropbtn {
        display: inline-block;
        padding: 5px 5px;
    }
    .text {
        padding-top: 0px;
        padding-bottom: 10px;
        max-width: 255px;
        margin-left: 50px;
        margin-right: 30px;
        font-size: 10px;
        text-align: left;
    }
    .text a {
        text-decoration: none;
        font-size: 13px;
    }
    footer ul {
        font-size: 9px;
        position: relative;
        column-count: 3;
        column-width: 20px;
        height: auto;
        column-gap: 0px;
        padding-left: 15px;
    }
    h1 {
        font-size: 11px;
    }
    h2 {
        font-size: 10px;
    }
    h3 {
        font-size: 10px;
    }
    table {
        margin: 0 auto;
        max-width: 250px;
    }
    th {
        font-size: 10px;
        border-bottom: 2px solid black;
        padding: 7px 1px;
        border-right: 2px solid black;
        border-left: 2px solid black;
    }
    td {
        font-size: 12px;
        font-family: 'rubik_ww', sans-serif;
        color: black;
        border-bottom: 2px solid black;
        padding: 7px 1px;
        border-right: 2px solid black;
        border-top: 2px solid black;
        border-left: 2px solid black;
        color: grey;
        text-shadow: 2px 2px black;
    }
}