*{
    box-sizing: border-box;
    overflow-x: hidden;}

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

.kajen {
    width: 100%;
    position: relative;
    height: auto;

}

.kajen img {
    width: 100%;
    height: auto;
    display: block;
}




.kort {
    display: flex;
    position: absolute;
    bottom: 94px;
    margin: 0 auto;

    left: 0;
    right: 0;

    width: 93%;
    height: 250px;
    z-index: 2;

}

.kort-set {
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.about {
    display: flex;
    justify-content: space-evenly;
    gap: 1px;
    padding: 10px;
    margin-top: -70px;
    margin-bottom: 10px;
}

.about img {
    width: 120px;
    aspect-ratio: 1:1;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.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;
}

