 body {
	 background-color:red;
	 font-family: 'Lato', sans-serif;
font-family: 'Khand', sans-serif;
 }
    h1{
		color:blue;
	}
	
	h2{
		color:white;
	}
	
	h3{
		color: white;
	}
	
	p{
		color: blue;
		width: 600px;
	}
	
	