/* MADE AT FISHCORP */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #000000;
}

.main {
/*	width: 768px; */
	border: 0px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)

		
}

.spotify_logo {
	width: 150px;
}

.tidal_logo {
	width: 220px;
}



.splash {
	width: 100vw;
	border: 0px solid black;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
        top: 50%;
        margin-right: -50%;
        left: 50%;
        transform: translate(-50%, -50%);
		text-align: center;		
}

h1 {
	text-align: center;
    font-size: 10vw;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: -5px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
    font-size: 2em;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: -2px;
	margin-bottom: 2px;
}
h3 {
    font-size: 1.2em;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #c0c0c0;
}

hr {
	width: 90%
}

.container {
	width: 100%; 
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

