


h1 {
  
}

figure#image {
    border-style: solid;
    border-color: #ddd;
    border-width: 20px 15px 50px 15px;
    width: 400px; height: 440px;
    margin: 50px auto;
    transform: rotate(-4deg);
    background-image: url(../images/DSC_8780.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(20%)

   
}