body {
    /* margin: auto; */
    padding: 0;
}

.kontaktSida {
    /* display: flex; */
    flex-direction: column;
    width: 85%;
}

.kontaktDiv {
    /* display: flex; */
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-self: center;
    padding: 1rem;
    margin: 5%;
}

@media screen and (max-width: 600px) {
    #top {
        width: 100%;
    }

    .kontaktSida {
        /* display: flex; */
        flex-direction: column;
        justify-items: center;
        align-items: center;
        width: 100%;
    }

    .kontaktDiv {
        /* display: flex; */
        flex-direction: column;
        width: 80%;
        justify-content: center;
        align-self: center;
        padding: 1rem;
        margin: 5%;
    }
}