@font-face {
	font-family: "rabbit";
	src: url("/font/whiterabbit.woff") format("woff");
}

body {
	background-color: #0a0a0a;
	background-size: 100%;
}

.body {
	position: relative;
	zoom: 75%;
}
.computer {
	position: fixed;
	bottom: 0;
	right: 15px;
	zoom:75%;
}

.pip {
	width: 350px;
	height: 419px;
	bottom: 0;
}

.speech{
  background-image: url('https://file.garden/aG3rdTNO_Dlar7-g/new%20site/bubble.png');
  background-repeat: no-repeat;
  position: fixed;
	right: 15px;
	top: 490px;
	width: 318px;
	height: 185px;
}

.label {
    font-size: 36px;
	color: #6dd93b;
	font-family: "rabbit";
    text-decoration: none;
    position: fixed;
	right: 100px;
	top: 520px;
	
}

.pip a p.new-label span{
  position: relative;
  content: 'Be nice!';
  transition-delay: 3s;
}
.pip:hover a p.new-label span{
  display: none;
  transition-delay: 3s;
}
.pip:hover a p.new-label:after{
  content: 'Return?';
   transition-delay: 3s;
}