@charset "utf-8";

html, body {
	width: 100vw;
	height: 100vh;
}
body {
	background-image: url("bg.jpg");
	background-size:cover;
	

}

* {font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 35px
}

.info {
	position: absolute;
	width:500px;
	padding: 20px;
	background-color : rgba(0,0,0,0.8);
	color: white;
	left:30px;
	bottom:30px;
	border-radius: 10px;
	backdrop-filter: blur(3px)
	
		
}
a {
		color:white;
	}
