﻿@font-face {
    font-family: TektonPro;
    src: URL('../fonts/tektonpro-regular.otf'); 
}

html,
body {
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	overflow-x: hidden;
}
#wrapper {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-image:url('../Images/music-notes.svg');
	background-size: cover;
	background-position: 0% 50%;
	background-repeat:no-repeat;
	overflow-x: hidden;
}
#banner {
	width: 100vw;
	height: 10vh;
	font-family:TektonPro;
    background-color:silver;
    line-height: 10vh;
    font-size: 6vh;
    text-indent: 10vw;
}
