/* list view */

#list-view {
	margin-top: 20px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.title {
	text-align: center;
	background-color: #1A1919;
	border-radius: 15px;
	padding: 15px;
	width: 50%;
	margin: inherit;

}

#list-view h2 {
	font-weight: 700;
	margin-bottom: 10px;
}

.lists .list-delete {
	display: inline-block;
	height: 50px;
	width: 18%;
	font-size: large;
}

.lists .list {
	padding-left: 15px;
	display: inline-block;
	height: 50px;
	width: 80%;
	margin-right: 2%;
	margin-bottom: 10px;
	font-size: large;
}

.new-button {
	height: 40px;
	width: 20%;
	font-size: large;
}

footer {
	/* text-align: center; */
	position: absolute;
	left: 0;
	top: 0;
	/* background-color: aliceblue; */
}

footer p {
	color: black;
}