body {
    background-size: cover;
    background-image: url(https://img.edilportale.com/products/skin-borgo-antico-kronospan-italia-536628-relad59bcfd.jpg);
    background-color:rgb(172, 139, 95)
}

body.netball {
    background-image: none;
    background-color: rgb(109, 153, 138);
}

P {
   font-family:"Caveat";
    text-align: center;
    color:rgb(255, 255, 255);
    font-size: 20px;
    
}
h2.netball{
    background-color: rgb(57, 94, 94);
}

img.netball{
    background-color:rgb(57,94 , 94) ;
}

p.netball {
    background-color: rgb(57, 94, 94);
}

h2 {
    font-family:"Caveat";
    text-align: center;
    color:rgb(255, 255, 255)
}

ul {
    width: 300px;
    margin: auto;
    color:rgb(255, 255, 255)
}

h1 {
    font-family:"Caveat";
    color: white;
    text-shadow: 5px 5px 10px rgb(0, 0, 0) ;
    text-align: center;
    font-size:50px
}

p.subheading {
    font-family:"Caveat";
    text-align: center;
    font-weight: bold;
}

h3 {
    font-family:"Caveat";
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
}

main{
    border: 2px solid white;
    border-style: solid;
    border-width: 20px;
    border-color: white;
    margin: auto;
    width: 80%;
    background-color: rgb(168, 141, 116);
}

img {
    display: block;
    margin: auto;
}

main.netball {
    background-color: rgb(57, 94, 94);
}