.mycomponent {
  color: #404040;
  border-radius: 4px;
  border: 1px solid #3f3f5e;
  padding: 2%;
  touch-action: none;
  user-select: none;
  transform: translate(0px, 0px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(243 243 243);
}