html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
footer{
    padding-top:20px;
    margin-top:20px;
}
nav {
    background-color: #00564b;
    /*border:1px solid #ffffff;*/
    color:#ffffff;
}
.navbar .nav-link {
    color: white !important;
}

    .navbar .nav-link:hover {
        color: #f8f9fa; /* Optional: Lighter shade of white on hover */
        text-decoration: underline;
    }
body{
    background-color: #ffffff;
    color: #fbffff;
}
.card {
    background-color: #fff;
    color:black;
}
.card-title {
    color: black;
}
.card-subtitle{
    color: #808080;
}
h1 {
    margin-top: 25px;
    font-size: 1.5em;
}
