html {
    overflow-y: scroll;
}
body {
    font-family: 'Akaya Kanadaka', cursive;
    font-size: 22px;
}
.bg-primary {
    background-color: rgb(80, 91, 102) !important;
}
.nav-link {
    font-size: 22px !important;
}
.dropdown-menu a {
    font-size: 18px !important;
}
.text-light {
    color : whitesmoke;
}
.a {
    color: red;
}
@keyframes blinker {
    50% {
      opacity: 0;
    }
}
footer {
    font-size: 14px;
    background-color: rgb(250, 250, 250);
    bottom: 0;
}
