#box {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-size: 14px;
	border: none;
	font-family: Roboto;
	padding: 15px;
	border-radius: 20px;
}

#terms {
	font-family: Roboto;
	text-align: center
}

body {

	background-image: url("background.png");

	height: 100%; 

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#tc {
	 cursor:pointer;
     color:blue;
     text-decoration:underline;
}