body {
	background-image: url('../images/background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 100);
	scroll-behavior: smooth;
	height: 100%;
	transition: all .2s ease-in-out;
}

underline {
	text-decoration: underline;
}

p {
	text-shadow: 0px 2px 5px #000000, 0px 2px 5px #000000;
	font-family: 'JetBrains Mono', monospace;
	color: #fcfcfc;
	text-align: center;
	text-decoration: none;
	font-size: 130%
}

h1 {
	text-shadow: 0px 2px 5px #000000, 0px 2px 5px #000000;
	font-family: 'JetBrains Mono', monospace;
	color: #fcfcfc;
	text-align: center;
	text-decoration: underline;
	font-size: 140%;
}

h2 {
	text-shadow: 0px 2px 5px #000000, 0px 2px 5px #000000;
	font-family: 'JetBrains Mono', monospace;
	color: #fcfcfc;
	text-align: center;
	text-decoration: underline;
	font-size: 140%;
	padding-top: 2.5vh;
}

.topnav {
	text-shadow: 0px 2px 5px #000000, 0px 2px 5px #000000;
	background-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	text-align: center;
	padding-bottom: 2.5vh;
}

.topnav a {
	font-family: 'JetBrains Mono', monospace;
	color: #fcfcfc;
	text-align: center;
	padding: 5px 16px;
	text-decoration: underline;
	font-size: 150%;
    margin: 10px;
	transition: all .2s ease-in-out;
}

.topnav a.active {
	background-color: #1f1f1f00;
	color: rgb(143, 250, 245);
	text-align: center;
}

.topnav a:hover {
	background-color: #1f1f1f00;
	color: rgb(143, 250, 245);
	text-align: center;
	bottom: 0px;
	font-size: 175%;
	transition: all .2s ease-in-out;
}

.image {
	filter: drop-shadow(0px 5px 0.75rem);
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 384px;
	max-height: 384px;
	width: 50%;
	background-color: rgba(0, 0, 0, 0);
	padding-top: 10vh;
}

footer a {
	color: #fcfcfc;
	text-shadow: 0px 2px 5px #000000, 0px 2px 5px #000000;
	font-family: 'Jetbrains Mono', monospace;
	text-decoration: underline;
	font-size: 150%;
	text-align: center;
	position: fixed;
	bottom: 2vh;
	width: 100%;
	transition: all .2s ease-in-out;
}

footer a:hover {
	font-size: 175%;
	transition: all .2s ease-in-out;
	color: rgb(143, 250, 245);
}
