﻿.roundmenuitem {
    /* Basic styling for the input field */
    padding: 5px;
    border: 1px solid #D9DADB;
    /*width: 250px;*/ /* Adjust as needed */
    /* Rounded corners */
    border-radius: 20px; /* Adjust the value for desired roundness */
    /*    text-decoration: none;
    justify-content: center;
    align-items: center;*/
    /*margin: 5px*/
    margin-bottom: 5px;
}
    /* This is the state when the div is hovered */
    .roundmenuitem:hover {
        background-color: #F8F9FA; /* Color on hover */
    }
