html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-width: 320px;
	letter-spacing: .05em;
}
