body {
	position: relative;
	color: #3f4254;
    font-size: 14px;
    font-weight: 500;
	/* font-family: 'Poppins', sans-serif; */
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, li{
	padding: 0px;
	margin: 0px;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus{
    color: inherit;
    text-decoration: none;
    transition: all 0.5s;
	outline: none;
}