.addFont {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

hr.solid {
  border-top: 4px solid black;
  border-bottom: 0px;
  margin: 0px;
}

.mb {
	background: linear-gradient(to right, grey, #CCCCCC);
}

.nb {
	background: grey;
}


.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.pagecon {
    margin:20px;
}

.efp{
	margin:0px;
	font-family: "Roboto Slab", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.mmenu {
	height: 25px;
	text-align: center;
	margin: 0px;
}

hr.space {
	width: 3px;
	display:inline-block;
	border: 0px;
}
.mc {
	margin: 8px;
	  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.rmtm{
	margin: 0px;
}



a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}


.container {
    display: flex;
    gap: 2%;
}

.card {
    flex: 1;
    border: 2px solid black;
    padding: min(2%, 12px);
}



h2{
    margin: 0px;
}
p{
    margin-top: 8px;
	margin-bottom: 4px;
}
a{
    margin-top: 4px;
	margin-bottom: 4px;
}