@media only screen and (max-width: 600px){
    .footerNav ul{
        width: 100%;
        align-items: center;
        display: inline-block;
        font-size: 25px;
        flex-direction: column;
    }
    .footerNav a{
        width: fit-content;
        padding: 0 3px;
        margin: 0 0 10px 0;
        text-align: center;
        margin: 3px;
        z-index: 1;
    }
    .footerBottom{
        font-size: 25px;
        height: 90px;
    }
    nav{
        width: 100%;
        height: 200px;
        align-items: center;
    }
    header{
        width: 100%;
    }
    nav a{
        width: 100%;
        text-align: center;
        margin: 2px;
        font-size: 20px;
    }
    .row{
        width: 100%;
        height: 110vh;
        display: block;
        justify-content: center;
        background: whitesmoke;
        align-items: center;
    }
    .Kilder img{
        width: 100%;
        margin: 0 auto;
    }

}