@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

body {
	font-family: Arial, sans-serif;
	background-color: #000000;
	color: #f5f5f5;
	margin: 0px;
}

#container {
	padding-top: 200px;
	position: relative;
	margin: auto;
	width: 100vw;
	height: 80pt;
	top: 0;
	bottom: 0;

	filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
	position: absolute;
	width: 100%;
	display: inline-block;

	font-family: "Raleway", sans-serif;
	font-size: 80pt;

	text-align: center;

	user-select: none;
}

header {
	background-color: #000000;
	padding: 15px 0;
}

ul {
	text-align: center;
	list-style-position: inside;
}

nav ul {
	display: flex;
	list-style: none;
	justify-content: center;
}

nav ul li {
	margin: 0 15px;
}

nav ul li a {
	color: #f5f5f5;
	text-decoration: none;
	transition: color 0.3s ease;
}

a {
	color: #f5f5f5;
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover {
	color: #00bcd4;
}

nav ul li a:hover {
	color: #00bcd4; /* Accent color */
}

main {
	padding: 50px;
	text-align: center;
}


h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

p {
	font-size: 0.8em;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: center;
}

section {
	margin-bottom: 50px;
}

.crypto {
	text-align: center;
	font-size: 0.8em;
}

footer {
	margin-top: 300px;
	text-align: center;
	font-size: 0.8em;
}
code {
	color: #00bcd4;
	font-size: 0.8em;
}
