html, body {
    background: #000;
    font-family: "Figtree", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: #fff;
}

.title {
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
    height: 90vh;
	line-height: 2;
}

h1 {
	background: linear-gradient(90deg, #002bff, #7a00ff);
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	font-size: 3rem;
}

.logo {
    max-width: 300px;
    width: 100%;
}
