.containermenu {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 8px;
}

.centered {
  position: absolute;
  top: 50%;
  transform: translate(0%, -45%);
  text-shadow: #333 -1px 0px, #333 0px 1px, #333 1px 0px, #333 0px -1px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: white;
  text-align: center;
}