.menu-button a {
        background-color: #E53935; /* Button background color */
        color: #ffffff !important; /* Button text color */
        padding: 0px 20px 0px 20px !important;  /* Padding inside the button */
        border-radius: 10px; /* Rounded corners */
        text-decoration: none; /* Remove underline from link */
        
    }

    .menu-button a:hover {
        background-color: #02415B !important; /* Hover background color */
    }