﻿h2:hover{
color: #000000 !important;
}
.border-radius-8{
    border-radius: 8px;
}

.card-homepage{
    height: 200px;
}
.card-homepage-footer{
    height: 70px;
    position: relative;
    top: 130px;
    width: auto;
    background-color:#0E8A8A;
  
}
.border-button-radius-8{
    border-radius: 0px 0px 8px 8px;
}
.bg-green{
background-color:#0E8A8A;
}
.card-h-1{
 border-radius: 8px;
  background-position: center center;
  
}
footer {
    position: fixed;
    height: 70px;
    bottom: 0;
    width: 100%;
}
