.btnG {
    background-color: #ffcc04 !important;
    border-color: #ffcc04 !important;
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 150% !important;
    padding: 7%;
    border-radius: 15px;
    font-family: Arial;
}

.btnG:hover {
    background-color: #ffdf5e !important;
    border-color: #ffdf5e !important;
    color: rgb(255, 255, 255) !important;
}


/* Regular styling */

#dynamicText {
    text-align: center;
    color: #259c7c;
}

.btnHelp {
    background-color: #ffcc04;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 50px;
    padding: 20px;
    font-size: 20px;
    width: 100%;
}

.btnHelp:hover {
    color: white !important;
}

.link-116 {
    color: #737373;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.link-116::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #737373;
    width: 0;
    transition: width 0.3s ease;
}

.link-116:hover::after {
    width: 100%;
    animation: heartbeat116 1.5s infinite;
}

@keyframes heartbeat116 {
    0%,
    100% {
        width: 100%;
    }
    50% {
        width: 60%;
    }
}



.btnNav:hover {
    background-color: #205c7886;
}