body {
    font-family: Arial, sans-serif;
}

#terms {
    width: 80%;
    margin: 50px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#terms h2 {
    text-align: center;
}

#terms p {
	padding: 20px;
    text-align: justify;
}

#accept {
	width: 150px;
	text-decoration:none;
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	background-color: grey;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}