@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@0;1&family=Open+Sans:ital,wght@0,400;0,500;1,400;1,500&display=swap');



/* parts */

main, header, footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 40px;
    margin-top: 40px;
    padding: 25px;
}

header, footer {
    box-shadow: -1.5px -1.5px 5px rgba(144, 104, 190, 0.75);
}

footer {
    font-variant: small-caps;
}

main {
    box-shadow: 1.5px 1.5px 5px rgba(144, 104, 190, 0.75);
}
/* tekst */
h1 {
    color: rgb(144, 104, 190);
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 3em;
}

li {
    border-bottom: 1.5px rgb(231, 0, 0) solid;
}

p, footer {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.75em;
}


/* inline */
hr {
    width: 1010px;
    height: 10px;

    border-style: hidden;

    border-bottom-style: dotted;
    border-bottom-width: 25px;
    border-top-style: double;
    border-top-width: 10px;

    background-color: rgba(144, 104, 190);
    color: rgb(110, 211, 207);
}

b,strong {
    font-weight: 500;
    text-shadow: 1pt 1pt 2px rgb(110, 211, 207);
}
