/*{
	border: 1px solid red;
	border-collapse: collapse;
}*/

.container {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	border-collapse: collapse;

}
h1 {
	color: black;
	font-size: 7vw;
	margin-top: 0px;
	margin-bottom: 0px; 
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

h2 {
	font-family: 'Libre Barcode 128 Text', cursive;
	font-size: 4vw;
	font-weight: normal;
	color: pink;
}

#left-panel {
		
	flex-wrap: wrap;
	background-color: pink;
	display:table-column;
}
#right-panel {
	margin: auto;
	background-color: black;
	display: flex;
	max-width: 55%;
	flex-direction: row;
}

li {
	list-style: none;
	font-size: 3vw;
	color: pink;
}

#nav {
	margin-top: 150%;
	font-family: 'Libre Barcode 128 Text', cursive;
}

.title {
	color: black;
	font-family: 'Comfortaa', cursive;
}

a {
	color: pink;
	text-decoration: none
}

a:hover, .title:hover {
	color: white;
}

#rights {
	color: white;
	font-size: 2.25vw;
	font-family: 'Libre Barcode 128 Text', cursive;
	display: inline;
}
ul {
	background-color: black;
	margin: auto;
	padding: 20px;
}

p#about, #contact {
	color: pink;
	margin: auto;
	padding: 20px;
	font-size: 1.25vw;
	font-family: 'Comfortaa', cursive;
}
#profile {
	margin: auto;
	padding: 20px;
	width: 30%; 
	height: 30%; 
	margin-bottom:;
	padding-bottom:;
}

#contact {
	margin-top: 50%;
	margin-bottom: 50%;
}

