body {

    background-color: rgb(143, 192, 233);
}


p {
    font-family: "dancing script";
    text-align: center;
    font-size: 20px;
    color:rgb(0, 0, 0)   
}

h1 {
    text-align: center;
    font-size: 80px;
    text-shadow: 5px 5px 10px black;

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

    }
h2 {
    text-align: center;
}   
ul{
    width: 500px;
    margin: auto;


    border-style: dotted;
}

body{ 
    background-color: rgba(158, 134, 89, 0.89);
    background-image: url("");
        background-size: cover;
        background-attachment: fixed;
}

body.badminton {
    background-image: url(https://manilapolo.com.ph/polopost/wp-content/uploads/2021/04/Badminton-Safety.jpg);
}

main {
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.432);
    width: 60%;
    margin: auto;
    border-width: 5px;
    border-radius: 20px;
    border-color: rgb(46, 82, 60);

}
img {
    display: block;
    margin:auto;
}

li{margin: auto;}

main.kiwi{
    background-color: aliceblue;
}

body.kiwi{
    background-color: aliceblue;
    background-image:none;
}