CSS - Menu - Burger Menu

.burger-button {
  width: 20px;
  height: 3px;
  border-top: 3px solid #000;
  border-bottom: 9px double #000;
}