* {
	margin: 50px 0 0 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #f4f4f4;
	margin: 0;
	padding: 0;

}

a {
	color: #fff;
	font-size: 1.2rem;
}

a:hover {
	color: #f4f4f4;
	font-weight: bold;



}

ul {
	list-style-type: none;
	display: flex;
	justify-content: center;
}

li:not(:first-child)::before {
	content: '|';
	padding-right: 12px;
}


li {
	margin: 0 6px 0 6px;



}

h1 {
	text-align: center;
	font-size: 4em;
	color: cyan;
	margin-left: 25%;
	margin-right: 25%;
}

html,body
{
	height:100%;
	max-width:100%;
	margin:0;
	/* overflow:hidden; */
	padding:0;
	background-size:cover;
	image-rendering: pixelated;
	color: #ddd;
}
section {
	padding: 20px;
	text-align: center;
	font-size: 1.2rem;
	max-width: 60%;
	margin: 0 auto
}
background {
	position: relative;
}
#space
{
	width:100vw;
	height: 120vh;
	position: fixed;
	top: -20vh;
	z-index: -1;

}

div.shop-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

div.shop-item {
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0	);
	display: flex;
	justify-content: space-between;
}

div.shop-item:nth-child(even) {
	flex-direction: row-reverse;
	
}

div.shop-item>img {
	height: fill-available;

	width: 180px;
	height: 280px;
	margin-right: 20px;
	background-size: cover;

}

h1>span.fire-text {
  /* background-color: rgba(256,256,256,.03); */
  /* background-image: -webkit-linear-gradient(top, #111, #0c0c0c);
  background-image: -moz-linear-gradient(top, #111, #0c0c0c);
  background-image: -ms-linear-gradient(top, #111, #0c0c0c);
  background-image: -o-linear-gradient(top, #111, #0c0c0c); */
  /* font-size: 2em; */
  text-align: center;
  line-height: 1.4em;
  /* text-transform: uppercase; */
  letter-spacing: .17em;
  white-space:nowrap;
}

h1>span.fire-text {
  /* color: #000; */
  /* font-size: 5em; */
  /* text-transform: lowercase;
  vertical-align: middle;
  letter-spacing: .2em; */
}

.fire {
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-moz-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-webkit-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #feec85,
  -20px -20px 40px #ffae34,
  20px -40px 50px #ec760c,
  -20px -60px 60px #cd4606,
  0 -80px 70px #973716,
  10px -90px 80px #451b0e;}
100% {text-shadow: 0 0 20px #fefcc9,
  10px -10px 30px #fefcc9,
  -20px -20px 40px #feec85,
  22px -42px 60px #ffae34,
  -22px -58px 50px #ec760c,
  0 -82px 80px #cd4606,
  10px -90px 80px  #973716;}
}

/* Thanks to https://codepen.io/atnyman/pen/nmEyjK for this code */

form {
	margin: 20px auto;
	max-width: 400px;
	padding: 20px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;

}

form.input[type="text"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px;
}

.footer-text {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

button {
	background-color: #ffcc00;
	border: none;
	padding: 10px 20px;
	border-radius: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	text-align: center;
	transition: background-color 0.3s;
}


button:hover {
	background-color: #ff9900;

}


h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: bold;
	color: magenta;
	text-align: center;
}