@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	height:100%;
}

body {
	padding: 0px;
	margin: 0px;
	background: url('../images/background.webp') no-repeat center / 100% black;
	display: flex;
	align-items: center;
	justify-content: start;
	box-sizing: border-box;
	padding: 10vh 15vw;
}

.info .logo  {
}

.info .logo img {
	width: 80px;
	height: 80px;
}

.info h1 {
	font-size: 80px;
	font-family: "Raleway";
	font-weight: 100;
	color:white;
	margin: 40px 0px 0px 0px;
	line-height: 80px;
}

.info h1 span {
	display: block;
	font-weight: 300;
	color:gold;
}

@media (max-width: 480px) {
	body {
		padding: 5vh 8vw;
		background: url(../images/background.webp) no-repeat center / auto 100% black;
	}
}