body {
	text-align: center;
	background-image: url('Motivation.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
	color: white;
	font-family: Helvetica, Times New Roman, Arial;
}
#add{
	background-color: red;
	border: 2px;
	font-size: 15px;
	color:white;
	padding: 8px 8px;
	text-align:center;
	cursor: pointer;
}
.remove {
	margin-top: 10px;
	background-color: #f2f205;
	float: right;
	clear: both;
	padding-right: 20px;
	border-radius: 5px;
	width: 69px;
	height: 33px;
	font-size: 20px;
}
#wrapper{
	width: 450px;
	background: rgb(185,109,255);
    background: linear-gradient(45deg, rgba(185,109,255,1) 0%, rgba(101,101,243,1) 32%, rgba(5,96,179,1) 63%, rgba(0,212,255,1) 100%);
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 65px;
	border-radius: 25px;
}
#task{
	width:320px;
	height: 34px;
	margin-left: 17px;
	font-size: 27px;
}
ul{
	list-style: none;
	text-align: left;
	line-height: 38px;
	font-size: 29px;
	font-style: bold
}
h1{
	margin-top: 17px;
	font-size: 58px;
}
#motivate{
	font-family: Times New Roman, Calibra, Ecztar, Helvetica;
	color: black;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	font-size: 50px;
	margin-top: 250px;
	background: rgb(255,214,109);
    background: linear-gradient(45deg, rgba(255,214,109,1) 0%, rgba(252,174,98,1) 31%, rgba(255,122,81,1) 63%, rgba(250,205,104,1) 100%);
	text-align: center ;
	}