body {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    background-color: #282A36;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

#page-wrapper {
    height: auto;
    width: 1050px;
    margin: 0 auto;
}

#header {
    background: repeating-linear-gradient(
    45deg,
    #3a3c49,
    #3a3c49 10px,
    #282A36 10px,
    #282A36 20px
    );
    height: 8em;
}

#header > h1 {
    font-size: 2.5em;
    padding-left: 1em;
    padding-top: 0.5em;
}

#header > h1 > a {
    text-decoration: none;
    color: #6BE5FD;
}

#header > h1 > a > span {
    color: #FF79C0;
}

#header > p {
    margin: 0;
    padding-left: 5em;
    color: #ffffff;
    font-style: italic;
}

#header > .p2 {
    margin: 0;
    padding-left: 10em;
    color: #50FA78;
    font-style: italic;
}

#content {
    margin-top: 2em;
    background-color: #3a3c49;
    height: 370px;
}

#content2 {
    margin-top: 2em;
    background-color: #3a3c49;
    height: 1060px;
}

#content3 {
    margin-top: 2em;
    background-color: #3a3c49;
    height: 110px;
}

#content3 > h3 {
    font-size: 1.7em;
    color: #6BE5FD;
    padding-left: 1em;
    padding-top: 0.5em;
}

#content3 > p {
    margin: 0;
    padding-left: 4em;
    color: #ffffff;
    font-size: 1.3em;
    padding-top: 0.6em;
}

.line {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
}

.image {
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 300px;
	height: 300px;
    display: block;
	position: static;
	float: right;
	text-align: center;
}

.cut {
	width: 300px;
	height: 300px;
}

.image img {
	width: 100%;
	height: 100%;
	display: table-cell;
    vertical-align: middle;
  	object-fit: cover;
	pointer-events: none;
}

#downloader {
    margin-top: 2em;
    height: auto;

}

.download {
    width:469px;
    height: 430px;
    margin-right: 30px;
    display: inline-block;
    background-color: #3a3c49;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.description {
    width:470px;
    height: 355px;
    display: inline-block;
    position: absolute;
    background-color: #3a3c49;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.payment {
    margin: 0 auto;
    width:479px;
    height:620px;
    background-color: #3a3c49;
    padding-left:20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.description p {
    line-height: 22px;
    text-align: justify;
    white-space: normal;
}

.payment p {
    line-height: 22px;
    text-align: justify;
    white-space: normal;
}

.download p {
    line-height: 22px;
    text-align: justify;
    white-space: normal;
    margin-top: 5px;
}

#footer {
    margin-top: 2em;
    padding: 1em 0;
    height: auto;
    background: repeating-linear-gradient(
    45deg,
    #3a3c49,
    #3a3c49 10px,
    #282A36 10px,
    #282A36 20px
    );
}

#footer a {
    text-decoration: none;
    color: #50FA78;
}

.center {
    padding-left: 2em;
    color: #8492B1;
}

.download h2 {
    color: #6BE5FD;
    text-align: center;
    padding-top: 15px;
}

.description h2 {
    color: #FF79C0;
    text-align: center;
    padding-top: 15px;
}

.payment h2 {
    color: #FF79C0;
    text-align: center;
    padding-top: 15px;
}

.item {
    margin-top: 10px;
    color: #ffffff;
}

.item > div {
    display: inline-block;
}

.buy {
    padding-top: 10px;
    padding-bottom: 10px;
}

select, input[type="submit"] {
    text-decoration: none;
    background-color: #3a3c49;
    color: #6BE5FD;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid #6BE5FD;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 5px;
}

.button {
    text-decoration: none;
    color: #6BE5FD;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid #6BE5FD;
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 5px;
}

.button:hover {
    background-color: #6BE5FD;
    color: #3a3c49;
}

.button2 {
	margin-top:10px;
    background-color: #3a3c49;
    text-decoration: none;
    color: #FF79C0;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid #FF79C0;
    padding: 10px 25px;
    font-size: 20px;
    border-radius: 5px;
}

.button2:hover {
    background-color: #FF79C0;
    color: #3a3c49;
}

.text span {
    color: #50FA78;
}

.item > p > span {
    color: #50FA78;
}

.wallet {
	margin: 10px auto;
	width: 100%;
	height: 40px;
}

.wallet > input[type="text"] {
	height: 100%;
	width: 100%;
	outline:none;
	text-align: center;
	background-color: #282A36;
	font-size: 1.3em;
	border: none;
    border-radius: 3px 3px 3px 3px;
	color: #ffffff;
}
.wallet > input[type="password"] {
	height: 100%;
	width: 100%;
	outline:none;
	text-align: center;
	background-color: #282A36;
	font-size: 1.3em;
	border: none;
    border-radius: 3px 3px 3px 3px;
	color: #ffffff;
}

.wallet input:focus {
	color:#fff;
	box-shadow: 0 0 10px #FF79C0;
}

.get {
    width: 125px;
    margin: 0 auto;
}

.text1 > p {
    margin: 12px 0;
}

.text1 > p > span {
    color: #50FA78;
}

.price {
    color: #50FA78;
    font-weight: 500;
    font-size: 20px;
}

.price > p > span {
    color: #FF79C0;
}

.price > p {
    margin-bottom: 10px;
    margin-top: 12px;
}

hr {
    width: 471px;
    margin: 0;
    color: #282A36;
    border: 1px solid #282A36;
}

#lowerror > p {
    color: orangered;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

#error > p {
    font-size: 20px;
    text-align: center;
    color: red;
    margin-top: 20px;
}

#error > .low {
    text-align: center;
    color: #ffffff;
    margin-top: 2px;
}

#content3 span {
    color: #50FA78;
}
.img {
width:200px;
margin:0 auto}