body {
  background: rgba(0, 0, 0, 0.7);
}

.header {
  background: rgba(0, 0, 0, 0.9);
}
.header h2 {
  color: white;
  padding: 20px 40px 20px 40px;
}

.notepad {
  background: white;
  height: 100%;
  padding: 25px 40px 15px 40px;
}
.notepad p {
  font-size: 20px;
  margin: 0 0 0 0;
}
