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

 html, body{
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
}
body{
	background-image: url(bgnd.jpg);
	background-position: center center;
	background-size: cover;
}
*{
	color:#FFFFFF;
}
main{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#logo{
	position: relative;
	top: 40%;
	opacity: 0.73;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg);
}
#info{
	position: relative;
	top: 40%;
}
#info h1{
	font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: -100px;
}