* { margin: 0; padding: 0; }

html {
    height: 100%;
}

body {

	font-size: 62.5%;

    height: 100vh;
    margin: 0;

    overflow: hidden;
    padding-top: 2%;
	
	background-image:url('img/folder.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	background-color: #000000;
    background-attachment: fixed;
}

.dl_link {
	/*border: yellow 2px solid;*/
	position:absolute;
	width:40%;
	height:25%;
	margin-left:-20%;
	left:50%;
	bottom: 20%;
	color: yellow;
	font-size: 100px;
	font-weight: bold;
	cursor: pointer;
}

.mixtape {
	text-align: center;
	width: 100%;
	height: 50px;
	border: 1px solid white;
	
	color: white;
	font-size: 30px;
	font-family: 'montserratbold', sans-serif;
	
}

.nintendub {

	width: 100%;
	height: 200px;

	background-image:url('img/nintendub_logo.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
