body {
    text-align:center;
    font-size: 24px;
    background:  #85e014;
}
 h1 {
     color: #942306;
     font-size:48px;
 }
 
.thumb img {
    height: 50px;
}

#bigPic {
    height:300px;
    border: 5px inset #942306;
}

.btn {border: 1px solid green;
      border-radius: 5px;
      box-shadow: 3px 3px;
      background: #85e014;
      text-decoration:none;
      padding:3px;
    
}

#bigPic:hover {
     border-color:black;
     transform: scale(1.5);
     transform: rotate(20deg);
}







}