@mixin header() {
    background: map-get($colors, klarna-blue);
    color: map-get($colors, white);
    display: block;
    height: ($grid * 30);
    width: 100%;
}
