@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;300;400&display=swap');

@font-face {
	font-family: vault;
	src: url('../fonts/monofonto/monofonto.otf');
}
*{
	margin:0;
	padding:0;
}
body{
	background-image: url('../img/bg.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: 'JetBrains Mono', monospace;
	width: 100vw;
}

.l-painel{
	background-color: #fff;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	width: 30vw;
	height: 30vw;
}

a{
	text-decoration: none;
}

a.min{
	font-size: 0.7em;
	text-align: right;
	text-decoration: none;
}

.pboy{
	background-image: url('../img/fs.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 100% 100%;
	font-family: vault;
	width: 55%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 0px;
	top: 0px;
}
