
	body {
		border-left: 1px solid blue;
		border-top: 1px solid blue;
		padding-left: 2px;
		/*padding-left: 20px;*/
		background-color: #000;
		color: #00e745;
		font-family: 'VT323', monospace;
	}
	.center-container{
	    width: 100%;
	    height: 100vh;
	    display: table;
	}

	.content{
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		/*text-align:center;*/
		height: auto;
		min-height: 500px;
		padding:50px 30px;
	}

	iframe {
		/*margin-top: 100px;*/
		//width:86.3vw;
		/*max-width: 400px;*/
		//height: 80px;
		display: block;
	}
	.spotify-player {
		padding-bottom: 50px;
	}

	.logo{

	}
	
	a{
		display: block;
		color:black;
	}
	a:hover{
		display: block;
		color:black;
		text-decoration: none;
	}
	.green-block {
	    width: 1.5vw;
	    height: 2.9vw;
	    display: inline-block;
	    background-color: #00e745;
	    bottom: 0;
	    position: relative;
	    margin-bottom: -0.3vw;
	}
		.green-block.black {
			background-color: transparent;
	}



	.h1, h1 {
		margin-top: 0;
		font-size: 4vw;
	}
	a {
		color: inherit;
	}
	a:focus a:hover, a:hover {
		color: blue;
	}
	a:focus {
	    color: blue;
	    text-decoration: none;
	}