body {
    font-size: 14px;
}

header {
    position: relative;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    img, a {
        display: none !important;
    }
    h1 {
        color: black;
    }
    nav {
        display: none !important;
    }
}
.header__center {
    justify-content: center;
}
.center {
    margin: 2em auto;
    box-shadow: none
}
button {
    display: none !important;
}

.grid.unit__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0fr;
    min-width: 0px;
    font-size: 14px;
}
.habitatbank__single__unitgrid {
    margin-bottom: 1em;
}