body {
  font: 1em/1.618 Inter, sans-serif;
  color: #224;
}

#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

.text-black {
  color: #000 !important;
}

.example-box {
  width: 400px;
  line-height: 90px;
  text-align: center;
  margin: 30px;
  border-radius: 9px;
}

.disabled{
  pointer-events: none;
  cursor: not-allowed !important;
  cursor: no-drop !important;
}

.noclick {
  cursor: not-allowed !important;
  cursor: no-drop !important;
}
