﻿<style>
h2 {font-weight:bolder;}

.text-teal {color:#00796B;}

.bg-teal {background-color:#008080 !important;}

.bg-teal-light {background-color:#e5f4f4;}

.border-teal {border:1px solid #008080 !important;}

.card-img-top {
width:100%;
height:auto;
}

.zoom-img{
transition:transform .4s ease;
will-change:transform;
}

.card:hover .zoom-img,
.zoom-img:hover{
transform:scale(1.05);
}

footer{
background-color:#008080;
color:#fff;
}

footer a{
color:#fff;
}

footer a:hover{
color:#d1f5ed;
}
</style>
