body {
	color: white;
	background: black;

	max-width: 510px;
	max-height: 100px;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	color:#ffcc00;
}
#Sphagnology {
	color:#F5F5F5;
	text-align: center;
}

#sem {
	color:#b30000;
	text-align: justify;
}

#titlessections {
	color:#b30000;
	text-align: center;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 10px;
}

#Opening {
	text-align: justify;
}

.monospace {
	font-family: "Courier New", Courier, monospace	
}

#Welcome {
	font-size: 1.1em;
}

.articles {
	font-size: 1.2em;
	color:white;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	}
.descriptionarticles {
	text-align: justify;
	font-style: italic;
	margin-left: 40px;
	margin-right: 40px;
}
.source {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
}

.date {
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	margin-right: 40px;
}

.listicles {
	font-style: italic;
	margin-left: 60px;
	margin-right: 40px;
}

.articleimage {
	margin-left: 60px;
	margin-right: 40px;
}

div.border {
	border-style: inset;
}