.bg{
    background: url(Baggrund.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -100;
}

.center-items{
    align-items: center;
    height: 100vh;
}

.text-image {
}

@media screen and (min-width: 1024px) {
    .text-image {
        width: 25%;
    }
  }