body {
    margin: 0;
	background: #000;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}

.main-container {
	width: 50vw;
	height: 75vh;
	left: 0;
	right: 0;
	position: absolute;
	top: 5rem;
	margin: auto;
}

.header-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.logo {
	height: 8rem;
	align-self: flex-start;
}

.profiles {
	align-self: flex-end;
}

.profile-img {
	border-radius: 50%;
	height: 4rem;
	margin-bottom: 2rem;
}

span, h1{
	color: #95a5a6;
}

.description {
	font-size: 1.4rem;
}

.content-container {
	margin-top: 5rem;
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}