body {
	background-image: url('images/background.jpg');
    background-size: cover;
    background-attachment: fixed;
    font-family: Century Gothic, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#main, #footer {
	padding: 20px;
	margin: 30px auto;
	width: 80%;
	max-width: 800px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
}

#footer {
	padding: 0.05px;
	margin: 40px auto;
}

a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1); 
}
.para {
	text-align: center;
}

#description {
	text-align: left;
}

#buttons {
	display: block;
	text-align: center;
}

#task, #reset {
	font-family: Century Gothic;
	margin: 5px auto;
	border-radius: 5px;
	height: 35px;
}

