	#banner{
		padding: 0.5rem;
		margin-right:auto;
		margin-left:auto;
		background-color: #fff;
		opacity: none;
		font-family:Helvetica, sans-serif;
		font-weight:900; /*bold, extra bold*/
		letter-spacing: -0.1em; /*tighten tracking of text*/
		line-height: 95%;
		font-size:3em;
		color:#000000;
		z-index:999;
	}

	#myPic{
		position: fixed;
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		object-position: center;
		z-index:-999;
	}
	
	#myWinter{
		position:fixed;
		margin-left:auto;
		margin-right:auto;
		height:auto;
		width:500px;
		z-index:999;
		background-color:white;
		opacity:none;
		padding:10px;
		font-family: Helvetica, sans-serif; /*changing font to helvetica*/
		font-weight:900; /*bold, extra bold*/
		letter-spacing: -0.1em; /*tighten tracking of text*/
		line-height: 95%;
		font-size:64px;
		
	}
	
	#credits{
		position:fixed;
		font-family: 'Courier New', Courier, monospace;
		font-size:12px;
		color:#000;
		z-index:999;
		background-color:#fff;
		opacity:none;
	}
	
	a{
		font-family:'Courier New', Courier, monospace;
		font-size:12px;
		color:#000;
	}