body {
	background-color: #333232
}
h1 {
	color: red;
	font: 36px Helvetica, Arial, sans-serif;
	display: inline-block;
    width: 100%;
    text-align: center;

}
#data{
	color:rgba(210, 210, 13, 0.899);
	text-align: center;
	
}
a{
	font-size: 20px;
	color: rgb(196, 33, 155);
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
#login{
	margin-right: 10px;
	float: right;
}
#register{
    float: right;
}
.no-bullets {
	list-style-type: none;
  }