html {
	background: url("08.jpg"), black;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 66%;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.sig {
	font-size: 4.5em;
	color: #a5a5a5;
	text-shadow: 3px 3px 4px black;
	font-family: "Libre Franklin";
	font-family: "Arimo";
	/* display: flex; */
	max-width: 70%;
	margin: auto;
}

#lname {
	text-align: right;
}

*, *:before, *:after {
	/*box-sizing: inherit;*/
}

* {
	/*padding: 0px;
	border: 0px;*/
	font-family: "arimo";
}