@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--fg1: #FFA62B;
	--fg2: #A833B9;
	--fg3: #550C18;
	--bg1: #26547C;
	--bg2: #21A0A0;
	--bg3: #D8A7CA;
	--bg4: #1C1F33;
}

body {
	color: var(--fg1);
	background-color: var(--bg1);
}

a:link {
	color: var(--fg1);
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: var(--fg1);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: var(--bg1);
	background-color: var(--fg1);
	text-decoration: none;
}

a:active {
	color: var(--fg1);
	background-color: transparent;
	text-decoration: none;
}

.navbar {
	font-family: "Special Gothic Expanded One", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40;
	margin: auto;
	width: auto;
	text-align: center;
}

.navbar>.navbar-item {
	margin: 5px;
	border-bottom: solid 2px var(--fg2);
}

.navbar>.navbar-item-active {
	border: solid 2px var(--bg2);
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
}

h3 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-bottom: 2px;
}

h5 {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-top: 2px;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Merriweather", serif;
}

li {
	font-family: "Merriweather", serif;
}

img {
	margin-top: 10px;
  	margin-left: auto;
  	margin-right: auto;
  	width: 40%;
	border-width: 10px; 
	border-color: var(--fg3);
	border-style: groove;
}
