/*this is my stylesheet*/

h1 {
    text-align: center;
    text-shadow: 3px 3px 2px;
    color:black
}

body {
    background-color: rgb(122, 117, 111);
    color:rgb(198, 227, 142);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
    figure {
        margin: 10px auto;
        width: 40%;
    }

    figure img {
        width:100%;
    }
    p {
        text-align: center;
    }