@import url('https://fonts.googleapis.com/css?family=Gamja+Flower');

body {
	font-family: 'Gamja Flower', cursive, 'Arial';
	background-image: url("https://images.cdn1.stockunlimited.net/preview1300/school-supplies-on-desk-background-with-copy-space_1955883.jpg");
	background-size: cover;
	text-align: center;
}

main {
	background-color: #fffa7c;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 36pt;
	text-decoration: underline;
}

.listItem {
	display: flex;
	flex-direction: row;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fffb9e;
}

.listItemText {
	font-size: 18pt;
	width: 80%;
	height: 20px;
}

.listItemButtons {
	width: 20%;
	display: flex;
	flex-direction: column;
}

.completedItem {
	text-decoration: line-through;
}

#top {
	background-color: #6d4900;
	height: 30px;
}

#list {
	height: 400px;
}

#addItem {
	display: flex;
	justify-content: center;
}

#textarea {
	font-family: 'Gamja Flower', cursive;
	width: 40%;
	font-size: 18pt;
	padding: 5px;
	margin-bottom: 20px;
}

#add {
	margin-bottom: 20px;
}

