*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.container{
	position: relative;
	width: 100%;
	height: 100vh;
	background: #131414;
	color: #beb7b7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container h1{
	font-size: 80px;
	font-weight: 600;
}

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #131414;
	color: #beb7b7;
	padding: 20px;
	text-align: center;
}
.typed .typed-cursor, .typed-cursor {
	color: #333333; /* Change the color of the typed cursor */
}
