/*

	(c) Dittnamn AB, 2024
	This web site is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0
	International License. To view a copy of this license, visit
	http://creativecommons.org/licenses/by-nc-sa/4.0/.

*/

body{
	font-family: Futura, Gill Sans Nova, Gill Sans, Verdana, sans-serif;
	margin: 0px;
	background-color: #111111;
	color: #F0F0F0;
}
main {
	padding: 2em;
}
footer {
	padding: 2em;
}
footer p {
	font-size: 75%;
	max-width: 80em;
}
a {
	text-decoration: none;
	color: #008000;
}
h1 {
	font-weight: 600;
}
p {
	font-weight: 200;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
.dittnamn {
	font-weight: 500;
	display: inline-block;
	transform: rotate(-10deg);
	position: relative;
}
