/****************************** BASIC ******************************/
.libre-bodoni-exbz {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.4em;
}
body {
	font-size: 1.2em;
	font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 330;
  font-style: normal;
}
h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}
#wrapper {

	background:black;
	color:white;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	padding: 50px 50px 50px 50px;
}
.copyright {
	height:10vh;
	font-size: 0.6em;
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	align-items: center;
}
.exbz {
	text-align: center;
}
.space {
	margin-top:40px;
}
.risig {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.risig-logo {
	width: 40%;
}
.old-globe {
	margin-top: 25px;
	width: min(50%,300px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}




