body {
	font-family: 'Menlo', 'Consolas', 'DejaVu Sans Mono', monospace;
	font-size: 20px;
}

.container {
  	position: relative;
  	text-align: center;
 	top: 50vh;
  	left: 50vw;
  	height: 76px;
  	width: 500px;
  	transform: translate(-50%, -50%);
  	overflow: scroll;

}

.container p {
	position: sticky;
 	top: 0;
 	bottom: 0;
}
