a {
	color: #9fdb6c;
	text-decoration: underlined;
}

a:hover {
	color: yellow;
	font-weight: bold;
}


    /* Styling for Header and Footer */
    header {
      background-color: #343a40;
      color: #fff;
    }

    footer {
      background-color: #343a40;
      color: #fff;
      padding: 20px;
      text-align: center;
    }