#NavButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.NavButtonSVG-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.NavButtonSVG_SVG {
  width: 70%;
} 
.NavButtonSVG_SVG:hover {
  cursor: pointer;
}