/* this is another css file */

h1 {
    

}

figure#image1 {
    border-style: solid;
    border-color: white;
    border-width: 20px 15px 50px 15px;
    width: 400px; height: 440px;
    margin: 50px auto;
    transform: rotate(-4deg);
    /*adding a background image */
    background-image: url(../images/moon.png);
    background-size: cover;
    background-position: center;
    filter: grayscale(60%);
    background-color: black;

}