body {
	background-color: #000000;
	color: #FFFFFF;
}

.mainMenu {
	background-color: #FFFFFF;
	width: 100%;
	color: #000000;
	font-family: "Courier New", Times, serif;
}

.menu-item {
	background-color: inherit;
	font-size: 15px;
	color: #000000;
	font-family: "Lucida Console";
}

#contact-title {
	color: #FFFFFF;
	font-size: 4vw;
	font-family: "Courier New";
}

#socials {
	max-height: 25px; 
	max-width: 55px; 
	margin-left: auto;
}

.filled-content {
		min-height: 100vh;
		margin-bottom: 0;
}

#signature {
	font-weight: bold;
	color: #FFFFFF;
	font-family: 'Courier New';
	
}

.profile {
    margin: 0 10px 50px 10px;
}

.vertl {
  border-left: 6px solid black;
  height: 500px;
}


.intro {
    font-family: "Harmonia Sans";
    font-size: 50px;
}

a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; color:#000000; }
a:focus { text-decoration: none; color:#000000; }
a:hover, a:active { text-decoration: none; color:black; }