*{
    box-sizing: border-box;
}

body{
    background-color: #222222;
    margin: 0;
    padding-bottom: 70px;
}

h1{
    text-align: center;
    color: white;
}

.img-res {
    width: 100%;
    height: auto;
}

.kort{
    position: relative;
    width: 100%;
    max-width:900px;
}

.kort img{
    width: 100%;
    height: auto;

}

.kort .butt{
    position: absolute;
    top:33%;
    left: 27%;

}



.kort .butttwo{
    position: absolute;
    top: 49%;
    left: 71%;

}


.kort .butttree{
    position: absolute;
    top: 55%;
    left: 57%;

}


.kort .buttfour{
    position: absolute;
    top: 48%;
    left: 28%;

}



.kort .buttfive{
    position: absolute;
    top: 39%;
    left: 25%;

}




























.bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;

    background: linear-gradient(to top, #181818 0%, #3d3d3d 100%);

    justify-content: space-evenly;
    padding: 22px;
    font-size: 30px;
    z-index: 9999;
}

