header {
  background-color: transparent;
  font-size: 50px;
  text-align: center;
  padding: 3px;
}

body {
  background-color: pink;
  color: #FF33C5;
  font-family: comic;
  font-size: 14px;
  border-style: solid;
  border-color: #FF33C5;
  margin-right: 300px;
  margin-left: 300px;
  padding: 3px;
  position: relative;
  left: 30px;
  overflow: scroll;
  height: 300px;
}
h1 {
  color: #FF33C5;
  overflow: auto;
}
div {
  position: absolute;
  left: -300px;
  border-style: solid;
  border-color: #FF33C5;
}
