body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Kreon;
	color: #fff;
	background: linear-gradient(-45deg, #d6cdc8, #fff, #d6cdc8, #fff);
	background-size: 300% 300%;
  /*animation: gradientBG 15s ease infinite;*/
}

/*@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}*/

.h {
	width: 100%;
	text-align: center;
}
.h img{
  margin-top: 55px;
}
.container {
	width: 100%;
	position: absolute;
	top: 20%;
	text-align: center;
}

.container img{
  width: 280px;
}

h3{
  margin-top: 90vh;
  font-family: Kreon;
  font-style: italic;
	color: #817366;
  text-align: center;
}


