body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #f2f2f2ff;
    background-image: url("bg.svg");
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

h1 {
    font-size: 3rem;
    line-height: 1;
}

.innhold {
    padding: 1.5rem;
    padding-top: 0;
}

.salme {
    background: #f2f2f2bb;
    margin: auto;
}

.vers {
    white-space: pre-line;
    font-size: 1.4rem;
}

.vers-nr {
    font-weight: 700;
}

.linje {
    line-height: .9;
    margin-bottom: .8rem;
}

.banner {
    box-sizing: border-box;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: white;
    padding: .85rem;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .3);
}

a {
    color: #705930;
    font-weight: 700;
}