
html, 

body		{
			height: 100%;
			}
#wrapper {
			min-height: 100%;
			}

body		{

			background: radial-gradient(grey, black);
			background-repeat: no-repeat;
			}

h1 		{
  			color: white;;
  			margin-left: 20px;
			}

p			{
			color: white;
			margin-left: 20 px
			}	
			
link::before	{color: white}
link::after		{color : white}
link:checked	 {color white}
				

