body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #121212;
	color: #ffffff;
}
.navbar {
	background-color: #1a1a1a;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
}
.navbar a {
	color: #ffffff;
	margin-right: 20px;
	text-decoration: none;
}
.logo {
	width: 90px;
	height: 40px;
}
.logo img {
	width: 100%;
}
.container {
	padding: 60px;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.left-content {
	width: 100%;
	max-width: 600px;
	height: auto;
	float: left;
	font-size: 0.9em;
}
.header {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ffb400;
}
.subheader {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cta-button {
	background-color: #ffb400;
	color: #000000;
	border: none;
	padding: 10px 30px;
	font-size: 1.0em;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.pepe-button {
	background-color: #ffb400;
	color: #000000;
	border: none;
	padding: 10px 30px;
	font-size: 1.0em;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0px 0px 50px;
}
.sol-button {
	background-color: #ffb400;
	color: #000000;
	border: none;
	padding: 10px 30px;
	font-size: 1.0em;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0px 0px 50px;
}
.right-content {
	width: 100%;
	height: auto;
	max-width: 300px;
	float: right;
}
.right-content img {
	width: 100%;
}
.phone-preview {
	width: 300px;
	height: auto;
}
.phone-background {
	position: absolute;
	width: 350px;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.clr {
	clear: both;
	text-align: center;
	font-size: 2.0em;
}
.faq-section {
	font-family: Arial, sans-serif;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.faq-question h3 {
	font-weight: normal;
	font-size: 1.3em;
}
.faq-question::after {
	content: '+';
	font-size: 24px;
	cursor: pointer;
}
.faq-answer {
	display: none;
	padding: 10px;
}
.pepe-main{
	width:100%;
	max-width:1200px;
	height:auto;
	padding:30px 0;
	margin:0 auto;
}
.app-main{
	width:100%;
	max-width:550px;
	height:auto;
	float:left;
}
.app-info{
	width:96%;
	height:55px;
	padding:2%;
	float:left;
	border-bottom:1px solid #ccc;
}
.app-title{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	font-size:1.0em;
}
.app-attribute{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	font-size:0.6em;
	color:#999;
}
.app-attribute span{
	margin-right:50px;
}
.new-main{
	width:100%;
	max-width:550px;
	height:auto;
	float:left;
	margin-left:100px;
}
.new-main ul{
	width:96%;
	padding:2%;
	float:left;
	list-style-type:none;
	text-align:right;
}
.new-main ul li{
	width:100%;
	height:80px;
	line-height:80px;
	float:left;
	font-size:1.5em;
}
.footer{
	width:100%;
	max-width:1200px;
	height:auto;
	padding:35px 0;
	margin:0 auto;
}
 @media screen and (max-width: 768px) {
.navbar {
	background-color: #1a1a1a;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
}
.navbar a {
	color: #ffffff;
	margin-right: 10px;
	text-decoration: none;
	font-size: 0.8em;
}
.sol-button {
	background-color: #ffb400;
	color: #000000;
	border: none;
	padding: 10px 10px;
	font-size: 0.8em;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px 0px 0px 20px;
}
.container {
	padding: 2%;
	align-items: center;
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
	height: auto;
}
.left-content {
	width: 96%;
	max-width: 600px;
	height: auto;
	float: left;
	font-size: 0.9em;
	padding: 2%;
	text-align: center;
}
.header {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ffb400;
}
.subheader {
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 20px;
}
.cta-button {
	background-color: #ffb400;
	color: #000000;
	border: none;
	padding: 10px 30px;
	font-size: 1.0em;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}
.pepe-button {
	background-color: #ffb400;
	color: #000000;
	border: none;
	padding: 10px 30px;
	font-size: 1.0em;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0px 0px 50px;
}
.right-content {
	width: 50%;
	padding: 10% 25%;
	height: auto;
	display: flex;
	align-items: center;
	text-align: center;
}
.right-content img {
	width: 100%;
}
.faq-section {
	font-family: Arial, sans-serif;
	width: 90%;
	padding: 5%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
}
a{
    color: #fff;
}