#header {
    position: absolute;
    background-color: rgb(223, 219, 219);
    background-color: rgb(111, 166, 218);
    width: 100%;
    height: 10vh;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: space-around;
    top: 0;
    left: 0;
}


.logga {
    height: 100px;
    display: flex;
    justify-self: end;
}

.header-text {
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    color: rgb(71, 173, 231);
    color: black;
    grid-column: 5 / 7;
    justify-self: center;
}

#searchbar{
    grid-column: 2 / 5;
    height: 5vh;
    width: 100%;
}

