body {
	background-color: #f9afd6;
	text-align: center;
	max-width: 760px;
	margin: auto;
}

h1 {
	font-family:"Helvetica", sans-serif;
	font-size:5em;
	color:#df313b;
}

h2 {
	font-family:"Helvetica", sans-serif;
	font-size:2em;
	color:white;
}

h3 {
	text-transform: uppercase;
	font-family:"Helvetica", sans-serif;
	font-size:1.25em;
	color:white;
}

p {
	font-family:"Helvetica", sans-serif;
	font-size:1em;
	color:white;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
	font-family:"Helvetica", sans-serif;
	font-size:1vw;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.6s;
  cursor: pointer;
}

.button a, .button a:visited {
	text-decoration: none;
	color: white;
}

.button1 {
  background-color: #fbc644;
  color: white;
  border: 1px solid white;
	width: 160px
}

.button1:hover {
  background-color: #c29a73;
  color: white;
}


.box.flex {
	display: flex;
	justify-content: center;
  align-items: center;
 height: 100vh;

}
