 

.btnG {
    width: 200px;
    color: black;
    font-size: 170% !important;
    border-radius: 15px;
}

.btnG:hover {
    background-color: #ffc414cb !important;
    color: white !important;
}

 

.txtUnderline:hover {
	text-decoration: underline;
	text-decoration-color: #ffc414 !important;
}