body {
    font-family: WixMadeforDisplay-Regular;
    font-size: 16px;
    display: flex;
    flex-direction: column;
	min-height: 100vh;
}
main {
	flex: 1; /* Allow main content to take up available space */
}
.footerback{
	background: #EAEBEA;
    margin-top: 40px;
}
.footertext{
    font-size: 16px;
}