body {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

h1,h2,h3 {
	color: white;
	font-family: Trebuchet MS;
}

p,li {
	color: #E0E0E0;
}

ul {
	list-style-type: none;
}

a {
	color: #EEE8AA;
}
span {
	color:red;
}
main {
	flex-grow: 1;
}

.text-container {
	color: white;
}

.flex-container {
	display: flex;
	flex-direction: row;
}
.flex-item-left {
	flex: 55%;
}
.flex-item-right {
	flex: 45%;
}
