body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

.main-bg-img {
	/* The image used */
	background-image: url("main-bg.png");
  
	/* Add the blur effect */
	filter: blur(5px);
	-webkit-filter: blur(5px);

	/* Full height */
	height: 100vh;
  
	/* Center and scale the image nicely */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
  
/* Position text in the middle of the page/image */
.title {
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
	color: white;
	font-weight: bold;
	border: 3px solid #f1f1f1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 80%;
	padding: 20px;
	text-align: center;
}
  
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 0;
	width: 50%;
	z-index: 2;
}

.navbar ul.crypto-numbers {
	left: 50%;
}
  
.navbar ul.crypto-numbers li {
	float: right;
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.navbar ul li {
	float: left;
}
  
.navbar ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
  
/* Change the link color to #111 (black) on hover */
.navbar ul li a:hover {
	background-color: #111;
}

.title h1 {
	  font-size: 100px;
}

.general-section {
	background-color: #ddd;
	padding: 20px;
	display: grid;
	gap: 10px;
	grid-template-columns: 10%;
	grid-auto-rows: 20%;
	z-index: 1;
	height: 250px;
}

.general-section h2 {
	text-align: center;
	font-size: 30px;
	grid-column: 1 / 11;
	grid-row: 1;
}

.general-section p {
	font-size: 20px;
	grid-column: 1 / 11;
 	grid-row: 2;
	margin: 10px 10% 10px 10%;
}

.technology-section {
	text-align: center;
	z-index: 1;
}

.technology-section h2 {
	font-size: 30px;
}

.technology-section p {
	font-size: 17px;
}

.technology-section a {
	text-decoration: none;
}

.technology-section button {
	background-color: #005;
	color: white;
	padding: 10px;
	cursor: pointer;
}

.tech-bg-img {
	/* The image used */
	background-image: url("tech-bg.png");
  
	/* Add the blur effect */
	filter: blur(5px);
	-webkit-filter: blur(5px);
  
	/* Full height */
	height: 1300px;
  
	/* Center and scale the image nicely */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
  
/* Position text in the middle of the page/image */
.tech-content {
	background-color: #ddd;
	border: 5px solid #666;
	position: absolute;
	top: 140vh;
	left: 20%;
	transform: translate(0px, 50px);
	width: 60%;
	z-index: 2;
	padding: 20px;
	text-align: center;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: auto;
	z-index: 1;
}

@media (max-width: 1300px){
	.tech-content img {
		width: 150px;
		height: 100px;
	}
}

.tech-title {
	grid-column: 1 / 4;
	grid-row: 1;
	padding-top: 20px;
}

.blockchain {
    grid-column: 1 / 2;
    grid-row: 2;
	background-color: #ddd;
}

.encryption {
	grid-column: 2 / 3;
	grid-row: 2;
	background-color: #ddd;
}

.smart-contracts {
	grid-column: 3 / 4;
	grid-row: 2;
	background-color: #ddd;
}

.pros-cons-section {
	background-color: #005;
	color: white;
	padding: 75px 0px 75px 0px;
	display: grid;
	gap: 50px;
	grid-template-columns: 20% 1fr 1fr 20%;
	grid-template-rows: auto;
	z-index: 1;
}

.pros-cons-section li {
	margin-top: 15px;
	font-size: 25px;
}

.pros-cons-section h2 {
	font-size: 35px;
}

.pros {
	grid-column: 2;
	grid-row: 1;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.cons {
	grid-column: 3;
	grid-row: 1;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.pros-cons-btns {
	grid-row: 2;
	grid-column: 1 / 5;
	text-align: center;
}

.pros-cons-btns a {
	text-decoration: none;
	margin: 0px 50px 0px 50px;
}

.pros-cons-btns button {
	background-color: #fff;
	color: #005;
	padding: 20px;
	cursor: pointer;
}

.future-section {
	background-color: #ddd;
	padding-bottom: 50px;
}

.future-section h2 {
	text-align: center;
	padding: 50px;
	margin: 0;
	font-size: 30px;
}

.future-content {
	display: grid;
	gap: 75px;
	grid-template-columns:  10% 2fr 1fr 10%;
	grid-template-rows: auto;
}

.future-text {
	grid-column: 2;
	grid-row: 1;
	font-size: 20px;
}

.future-imgs {
	grid-column: 3;
	grid-row: 1;
}

.future-imgs img {
	width: 300px;
}

.future-btns {
	grid-row: 2;
	grid-column: 2 / 4;
	text-align: center;
	margin-top: 30px;
}

.future-btns a {
	text-decoration: none;
	margin: 0px 50px 0px 50px;
}

.future-btns button {
	background-color: #005;
	color: #fff;
	padding: 20px;
	cursor: pointer;
}