*{ 
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

body{
    background-color: rgb(254, 244, 231);}
h1{
    color:rgb(255, 255, 255);
    background-color: rgb(205, 169, 102);
    text-align: center;
    font-size: 60px;
    font-family: 'Courier New', Courier, monospace;
    margin: 50px;
    border: black solid 5px;
    border-radius: 30px;
    padding: 10px;
}
nav{
    color: rgb(255, 255, 255);
    background-color: rgb(211, 178, 103);
    text-align: center;
    font-size: 20px;
    border: black solid 3px;
    
}
nav>h2{
    color: rgb(255, 255, 255);
    background-color: rgb(211, 178, 103);
    text-align: center;
    font-size: 20px;
    border-top: black solid 3px;
}
img{
    margin: 10px;
    border: rgb(0, 0, 0) solid 3px;
    border-radius: 20px;
}

main{
    padding: 20PX;
}

#stycke1{
    background-color: brown;
}

#stycke2{
    background-color: brown;
}

main p.stycke3{
    background-color: blueviolet;
}

h2{
    background-color: aliceblue;
}
cite{background-color: aliceblue;}

footer{
    background-color: aliceblue;
}