@charset "utf-8";
/* CSS Document */
html, body{
    height: 100%;
	background: #000;
}
html {
  scroll-behavior: smooth;
}
.secs{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.secs img{
	width:fit-content;
	margin-left: auto;
	margin-right: auto;
}
.secs h1{
	text-align: center;
	margin-top: 40px;
	font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50px;
}