.bg {
    background-color:#f7f4e8;
}

h1 {
    text-align: center;
    border-bottom: 2px solid #386641;
    border-radius: 2px;
    padding: 30px;
}

.img-thumbnail {
    transition: .7s;
}

.img-thumbnail:hover {
    transform: scale(1.2);
}

.top {
    text-decoration: none;
    color:#386641;
    transition: 1s;
}

.top:hover {
    color: white;
}