@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

section{
	font-size: 100px;
	height: 100vh;
	width: 100%;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
}

}