h2{
    color:#00e676;
    font-weight: bolder;
}
h4,h5{
    color:#e0e0e0;
}

.link:hover{
    background-color: forestgreen;
    transition-duration: 1s;
    transition-property: all;
}

.link:hover img{
    rotation: 360deg;
    rotation-point: center;
    transition-duration: 1s;
    transition-property: all;
}

.heading {
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: 'Coda', sans-serif;
    font-size: 32px;
    color: #009755;
    font-weight: bold;
    text-shadow: #fff 1px 1px;
}
.heading1 {
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: 'Coda', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-shadow: #fff 1px 1px;
}
.green-text {
    color: #4CAF50 !important;
}

.bdefault{color:#17a2b8;background-color:#fff;border-color:#ccc}

.footer{
    padding:10px;
    margin-top: 58px;
}