@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	overflow-anchor: none !important;
}
.body{
    font-family: "Poppins", sans-serif;
	font-size: 16px;
}
.header {
	height: 70px;
}
.footer {
	position: fixed;
	width: 100%;
	justify-content: center;
	bottom: 0;
}
