* {
  -webkit-user-select: none;
  user-select: none;
}

html, body {
  background: #CD218D;
  margin: 0;
  padding: 0;
}
