@font-face {
	font-family: freemono;
	src: url('font/FreeMonoOblique.otf');
}

body {
  background-image: url('images/0033_33.jpg');
}

.computer {
  margin: auto;
  margin-top:-40px;
  width: 996px;
}

.content {
  background-color: black;
  position: absolute;
  margin-top:150px;
  margin-left: 150px;
  width: 694px;
  height: 540px;
  z-index: -1;
}

.computer-button {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

p {
  font-family: freemono;
  font-size: 16px;
  text-align: justify;
  word-wrap: break-word;
  color: white;
  padding: 30px 35px 30px 45px;
}