h1{
    color:gold;
    background-color: crimson;
    text-align: center;
    font-size: 60px;
    font-family: cursive;
    margin: 50px ;
    border: black solid 20px;
    border-radius: 50px;
    padding: 10px 20px;
} 
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
main{
    background-color:white
}
#stycke1 {
    background-color: bisque;
}
#stycke2{
    background-color: lightcoral;
}
.stycke{
    background-color: aquamarine;
}
footer{
    background-color: green;
}

p{
    background-color: gold;
    font-family: cursive;
    color:black
}

address{
    text-align: center ;
}