Malleys,
вот часть твоего кода
#menu1 a {
width: 150px;
height: 40px;
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
margin: 0 0 2px;
padding: 5px;
box-sizing: border-box;
color: deeppink;
background-image: url('data:image/svg+xml,\
<svg xmlns="http://www.w3.org/2000/svg" \
width="300" height="130" \
fill="none" stroke="deeppink" stroke-width="2.5"> \
<path d="M 5 5 L 145 5 L 145 30 L 72.5 35 L 5 30 z"></path> \
</svg>'
);
background-repeat: no-repeat;
}