img {
   max-width: 75%;
   height: auto;
}
body {
   background-image: url("../Images/TheFlagHasFallen.jpg");
   background-repeat: no-repeat;
   background-position: 37% 55%;
   background-attachment: fixed; 
   background-size: cover;
}
.center-text {
	text-align: center;
}