<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS stylesheet voor de website op academysoft.nl */
/* Deze stylesheet bepaalt de kleuren op de pagina  */


body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #BEBEC2; 
}

header {
	font-size: 1rem;
	text-align: right;
}
	

footer {
	font-size: 0.8rem;
	text-align: right;	
}
h2 {

	color: white;
}
	
h3.sidetext {
	font-size: 4em;
	color: white;
	text-align: center;
}

h4.sidetext {
	font-size: 1em;
	color: white;
	text-align: center;
}
h5.sidetext {
	font-size: 0.8em;
	color: white;
	text-align: center;
}

a {
	color: #BEBEC2;
	text-decoration: underline;
}
a:hover {
	color: white;
}

.paragraph {
	position: relative;
	font-size: 1rem;
	text-align: justify;
	background-color: transparent;
	margin-left: 20%;
	margin-right: 20%;
	border: none;
}

.paragraph:nth-child(odd) {
	padding-right: 20px;
	border-right: 2px solid #BEBEC2;
}
.paragraph:nth-child(even) {
	padding-left: 20px;
	border-left: 2px solid #BEBEC2;
}

p.contact {
	font-weight: bold;
	font-size: smaller;
}</pre></body></html>