body {
  background-color: #7991a3;
}
h1 {
	font-size: 50px;
	font-family: verdana;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 35px;
	font-family: verdana;
	color: #000000;
	text-align: center;
}

p {
	font-family: verdana;
	font-size: 20px;
	color: #ffffff;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
