body {

	background-color: #c42754; 
	color: #e8aee4; 
	
}

header {

	background-image: url('images1984.jpg');
    background-size: cover;        
    background-position: center 10%;  
    height: 350px;              
    display: flex;                 
    justify-content: center;    
    align-items: center;           
    color: #ffffff;  
    text-align: center 10%;

}

h1 {
		
	text-align: center;
}
	 
h2 {

		color: #aed1e8

}

p  {

	color: #e8aee4
	
}

h1  {

	color: #ffffff
}


