body {
  background: #fff url(https://i.pinimg.com/736x/03/a2/f6/03a2f6015f78c0363f24346b70f4388a.jpg") repeat;
  font-family: "Courier New", monospace;
  color: #d4007f;
  text-align: center;
}

.container {
  width: 900px;
  margin: 50px auto;
  position: relative;
}

.clip {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 80px;
}

.paper {
  background: #fff url(https://i.pinimg.com/736x/06/3c/40/063c4084d8f495197d62014a1d7dcb7e.jpg");
  border: 2px solid #d4007f;
  padding: 40px;
  box-shadow: 6px 6px 0px #d4007f;
  text-align: left;
}

.paper h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.bug {
  font-size: 0.9rem;
  color: #ff69b4;
}

.welcome {
  font-size: 1rem;
  margin-bottom: 20px;
}

.updates h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-decoration: underline;
}

.nav {
  position: absolute;
  top: 50px;
  left: -150px;
  width: 120px;
  background: #fff;
  border: 2px dashed #d4007f;
  padding: 10px;
  font-size: 0.9rem;
}

.nav ul {
  list-style: none;
  padding: 0;
}

.nav a {
  color: #d4007f;
  text-decoration: none;
}

.nav a:hover {
  text-decoration: underline;
}

.deco {
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 200px;
  opacity: 0.8;
}
