@font-face {
  font-family: 'Bellfort';
  src:  url('https://simi.cx/wf/bellfort.woff2') format('woff2'),
        url('https://simi.cx/wf/bellfort.woff') format('woff');
}
body {
	background-color: #FFFFFF;
        background-image: url("../img/03.jpg");
	background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;	
}

.title {
	font-family: "Bellfort";
	text-align: left;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: left;
	object-fit: contain;
	height: 100vh;
	letter-spacing: 1px;
/*	line-height:2; */
	top: 30%;
}

h1 {
	background-image: url(https://simi.cx/img/dust02.gif);
	background-size: 5%;
	color: transparent;
	object-fit: contain;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 120px;
	#margin: 10px 0;
}
