#nfts-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}

.Nfts {
	width: 175px;
	height: 75%;
	margin: 0 35px 0 0;
	background: #424242;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.NFTs-imgs {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.NFTs-names {
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0 0;
	color: white;
	text-align: center;
}

#NFT-header {
	font-size: 46px;
	color: white;
	text-align: center;
}

.NFTs-price {
	
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.NFTs-price-texts {
	font-size: 16px;
	margin: 10px 0 0 0;
	color: white;
}

.NFTs-price-img {
	width: 20px;
	margin: 10px 0 0 5px;
}

@media(max-width: 450px) {
	#logo-img {
		width: 75px;
		height: 75px;
	}
	.header-texts {
		font-size: 12px;
	}
	#site-header {
		height: 200px;
	}
	#header-items {
		height: 200px;
		width: 85%;
		margin: 0 0 10px 0;

	}
	#nfts-container {
		flex-direction: column;
		height: auto;
	}

	.NFTs-price-texts {
	font-size: 18px;
	}

	.Nfts {
		margin: 15px 0 15px 0;
		width: 250px;
	}
	#NFT-header {
	font-size: 28px;
	color: white;
	text-align: center;
	}
	.NFTs-names {
	font-size: 20px;
	}
}