html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}


body {
	background-color: black;
	background-image: url(img/bank.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	
	font-family: system-ui, sans-serif;
}

h1,h2 {
	display: inline-block;
	font-size: 8vw;
	background: rgba(0,0,0,0.9);
	color: rgba(255,255,255,0.9);
	font-weight: 1000;
	line-height: 1;
	//padding: 0.2em 0.3em 0.23em 0.3em;
	padding: 0.2em 0.3em 0.23em 0.3em;
	margin: 0;
	border-radius: 0.05em;
	text-transform: uppercase;
}

a {
	display: inline-block;
	background: rgba(0,0,0,0.9);
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}

div > a {
	font-size: 5vw;
	font-weight: 800;
	line-height: 1;
	padding: 0.2em 0.3em 0.23em 0.3em;
	margin: 0;
	border-radius: 0.05em;
}


.top: {
	position: absolute;
	top: 0;
}
.top div {
	margin: 4vw;
}

.bottom {
	position: absolute;
	bottom: 0;
	margin: 2vw;
	right: 0;
	text-align: right;
}
.bottom div {
	margin: 2vw;
}
