body {
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-family: "Nunito Sans", sans-serif;
 	font-style: normal;
}

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

.centered-box {
  padding: 20px;
}

h1 {
	font-weight: 100;
	font-size:70px;
	color: #FFF;
	margin:0;
	text-align: center;
}

p {
	font-weight: 100;
	font-size:35px;
	color: #FFF;
	margin:0;
	text-align: center;
}

