	@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Gabriela&display=swap');

	body{
		margin: 0;
		background-color: #dbdbc5;
	}

	#content {
		display: block;
		background: url("/img/bg_fruit.png") repeat scroll 45% 4% !important;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#main {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		font-family: 'Philosopher', cursive;
		background: rgba(255,255,255,1);
		padding: 20px;
		box-shadow: 0px -5px 25px 10px rgba(0,0,0,0.45);
		margin-bottom: 130px;
	}


	#actions {
		background: rgba(254, 254, 254, 0.85);
		box-shadow: 0px -5px 25px 10px rgba(0,0,0,0.45);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;

		height: 120px;

		width: 60%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	@media only screen and (max-width : 1024px) {
		#main {
			width: 95%;
		}

		#actions {
			width: 95%;
		}
	}


	#actions a {
		color: #1487d4;
		text-shadow: 1px 1px 1px #eaf1ea;
		font-size: 200%;
		margin: 25px 0 20px 0;
		line-height: 200%;
		font-family: Myriad Pro,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
	}

	#actions img {
		opacity: 1;
		height: 100px;
		padding-left: 50px;
		padding-right: 50px;
	}


	h3 {
		color: #1487d4;
		text-shadow: 1px 1px 1px #eaf1ea;
		font-size: 120%;
		margin: 25px 0 20px 0;
		line-height: 140%;
		font-family: Myriad Pro,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
	}

	h4 {
		color: #1487d4;
		text-shadow: 1px 1px 1px #eaf1ea;
		font-size: 110%;
		margin: 25px 0 20px 0;
		line-height: 120%;
		font-family: Myriad Pro,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;
	}

	.breadcrumb {
		padding-top: 10px;
	}

	.crypto {
	}

	.crypto__header {
	}

	.crypto__text {
	}

	#page-title {
		font-family: 'Gabriela', cursive;
		color: #1487d4;
		font-size: 2rem !important;
		text-align: center;
	}

	.bannerImage{
		display: block;
		margin-left: auto;
		margin-right: auto;

		max-width: 512px;
		max-height: 250px;
	}

	.buttonsContainer{
		margin-top: 10px;
		display: flex;
		grid-template-columns: 1f 1f 1f;
		grid-gap: 10px;
		justify-content: center;
	}

	.store img {
		max-width: 240px;
		max-height: 320px;
	}
