body {
	margin:0;	
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: white;
}

h1 {
	font-size: 40px;
}

p {
	color: white;
}

.container {
	margin-bottom: -30%;
    text-align: left;
    color: white;
	background-color: black;
	
}

/* top left text */
.content {
    position: absolute;
    top: 80px;
    left: 70px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	
}

.flex-content {
	padding: 20px;
}