/* Container holding the image and the text */
h1 {

	margin: 10px 0px 10px 0px; 
	padding: 0px 0px 0px 0px; 
	font-family: Copperplate, "Copperplate Gothic Light", fantasy; 
	font-size: 45px; 
	font-style: normal; font-variant: normal; 
	font-weight: 700; 
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: black;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}


.box{
	display: flex;
  	justify-content: center;
  	align-items: center;
	width:640px;
	height:360px;
}
.motto{
	color: black;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy; 
	font-size: 28px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400;
}
.white{
	background:#fff;
}
