body{
    text-align: center;
background-color: darkorchid;

background-image: url("img/spåkoneball.webp");
background-size: 100%;
background-repeat: no-repeat;
}
h1{
color: white;
background-color: black;
}

p{
color: white;
background-color: black;

}