.helpMenuButton {
    border-color: black;
    border-bottom: none;
    background-color: var(--light-gray);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.helpMenuButtonImage {
    align-content: center;
}

.helpMenuModal {
    border-top: none;
}