* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #EC4A5E;
  display: flex;
  align-items: center;
  justify-content: center;
}

svg {
  width: 100vw;
  height: 100vh;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#Drums:hover {
  cursor: pointer;
}