header {
    color: rgb(255, 255, 0);
    background-color: gold;
    width: 100%;
    height: 50px;
    padding: 1rem;
    position: fixed;
    top: 0;
    left: 0;

    font-family: 'Consolas';
    display: flex;
    /* scroll-snap-align: start; */
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo2 {
    width: 50px;
    height: 50px;
}

.remove-decoration {
    text-decoration: none;
}

.logo-text {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    padding-left: 10px;
}

.bararrlist {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.bararrlistelements {
    color: rgb(0, 0, 0);
    margin: 0 10px;
    padding: 0 10px;
}