body {
    text-align:center;
    font-size: 24px;
    background: lightblue;
}
h1 {
    color: white;
    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: #85e104; 
    text-decoration:none;
    padding: 3px;
    
}

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