*, *after, *:before {
    box-sizing: border-box;
}

body{
    background-color: rgb(248.5,248.5,248.5);
    color:rgba(0, 0, 0, 0.767);
    font-family: serif;
    min-height: 100vh;
    margin: 0px;
    font-size: 97%;
    line-height: 1.375em;

}

    img {
        display: block;
        max-width: 100%;
    height: auto;  }
    
main {}
a {color: rgba(0, 0, 0, 0.767);
    text-decoration: none;}
  a:hover {
text-decoration: underline;}
  


.pageWrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 2em;
}

.pageWrapper1 {
    font-size: 99%;    
}


.picsWrapper{
    width: 100%;
    text-align: center;
}
.picsWrapper img {
    margin: 0px auto 2em auto;
}

.selleri{
    background-image: url(../images/kontakt.jpg);
    background-position: 100% bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

.dustygreen{
    color:rgb(136, 133, 72);
}

.txtColumn{ max-width: 60ch;}

header{
    margin: 0px 0px 3em 0px
}

header nav a{
    display: block;
    color:rgb(136, 133, 72);
    width: max-content;
}
header nav a h2{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 1.7em;
}