.notepad {
    font-family: 'Handlee', cursive;
    padding: 50px 30px;
    margin: 50px auto;
    width: 950px;
    height: 3200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    background: #fcf59b;
	background:
		-webkit-gradient(
			linear,
			left top, left bottom,
			from(#81cbbc),
			color-stop(2%, #fcf59b)
		);
	background:
		-moz-repeating-linear-gradient(
			top,
			#fcf59b,
			#fcf59b 28px,
			#81cbbc 30px
		);
	background:
		repeating-linear-gradient(
			top,
			#fcf59b,
			#fcf59b 28px,
			#81cbbc 30px
		);		
	-webkit-background-size: 100% 30px;
}
p {
    font-size: 20px;
    line-height: 30px;
}
li {
    font-size: 18px;
    line-height: 26px;
}
.listname {
    font-size: 24px;
    text-decoration: underline;
    text-decoration-style: double;
}