    
    
    h1 {
    color: blue;
    text-align: center;
    font-size: 50px;
    text-shadow: 2px 2px 5px black;
    margin-bottom: 100px;
}

p, ul { 
    color: red;
    font-weight: bold;
}

P.subheading {
    text-align: center;
    font-size: 30px;
}
h2 {
    color: green;
}

body { background-image: url( 'soccer-ball.webp' ); }

div {
    background-color: rgb(0, 255, 0);
    width: 70%;

    margin: auto;
    padding: 30px;

    border-style: solid;
    border-width: 5px;
    border-color: rgb(43, 61, 226);
    border-radius: 20px;

    box-shadow: 5px 5px 5px black;
}