@charset "utf-8";

body {background-color: black;}
h1   {color: white;}
h2   {color: white;}
p    {color: white;}
/* unvisited link */
a:link {
  color: black;
  background-color: White;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  font-family: "Lato", sans-serif; 
  border-radius: 10px;
}

/* visited link */
a:visited {
  color: black;
  text-decoration:none;
  font-family: "Lato", sans-serif; 
}

/* mouse over link */
a:hover {
  color: hotpink;
   text-decoration:none;
    font-family: "Lato", sans-serif; 
}

/* selected link */
a:active {
  color: green;
   text-decoration:none;
    font-family: "Lato", sans-serif; 
}
h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 
.boxen {
	background-color: grey;
	text-align: 100%;
	width:70% ;
	border: 50px green;
	padding: 20px;
	line-height: 1.2;
	margin: auto;
	border-radius: 10px;
	}
  
