body {
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Lägg till andra anpassade stilar här */

.col-6 {
    position: relative;
}

.col-6:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #000; /* Anpassa färg efter behov */
}
