
body {
        background-color: lightslategray;
        background-image: url("img/SRO_1507-7e12095.webp");
        background-position: 20%;
        background-repeat: no-repeat;
        width: 100%;
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
        place-items: center;
} 

h1 {
    background-color: steelblue;
    margin: 20px;
    padding: 20px;
    border-radius: 20%;
    font-size: xx-large;
}

.articlemeny {
    background-color: steelblue;
    padding: 30px;
    margin: 20px;
    border: 1px solid black;
}

.kvitering {
    background-color: white;
    margin-top: 10px;
}