body {
	background-color: black;
	overflow-x: hidden;
	overflow-y: hidden;
}

pre {
	font-size: 8px;
	font-family: "Courier New", Courier, mono;
}

.text {
  color: white;
}

.cat {
  height: fit-content;
  width: fit-content;
}

.music {
  height: fit-content;
  width: 250px;
}

#layer {
	z-index: 1;
	left: 11px;
	visibility: hidden;
	width: 37px;
	position: absolute;
	top: 13px;
	height: 1px;
}