*{
	
	margin:0;
	padding:0;
	box-sizing:border-box;

    font-weight: 400 !important;
font-size:15px;

}
a{
color:#ffa111;
}

h3{
	margin-bottom:10px;
}

body{
	background:#333;
	font-size:15px;
	font-family:poppins;
	color: #e2e2e2;
}

.main{
    width: 100%;
    margin: 0 auto;
    background: #303030;
    padding: 30px 60px;
    min-height: 85vh;
}
.top{
    text-align: center;
    margin-bottom: 30px;
}
.top .logo{}
.top .logo img{}
.center{
    margin-top: 60px !important;
}
.center .title{
    font-size: 40px;
    font-weight: 700;
    color: #cde02d;
    margin-bottom: 20px;
	text-align:center;
}
.center .content img{
    text-align: center;
    display: grid;
    margin: 30px auto;

}
.center .content p a{
    color: #f0ff78;
}
.center .content p a:hover{
    color: #75b9f3;
}
.footer a{
    color: #ffa900;
    font-weight: 500;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
    color: #ddd;
}
.footer{
    width: 100%;
    margin-top: 40px;
    background: #444;
    height: 100px;
    grid-auto-flow: column;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #eeb35e;
    grid-gap: 10px;
}