    .menu_label {
        width: 155px;
        height: 50px;
        text-align: center;
        display: inline-block;
      
      border: 1px rgb(67, 150, 202) solid;
      padding-bottom: 10px;
      padding-top: 10px;
      border-radius: 25px;
      font-size: 18px;
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 8px;
      color: rgb(67, 150, 202);
      background-color: #d0ecfe;
      /* font-weight: bold; */
      margin-bottom: 7px;
    }
    .menu_label:hover {
      background-color: #237fb9;
      color: white;
    }
    .menu_label:visited active {
      background-color: red;
      color: white;
    }