*,*:before,*::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,body {
    min-height: 100%;
}

.wrapper {
    display: flex;
	flex-direction: column;
	min-height: 100svh;
}

.footer {
	background-color: #292929;
}

.footer__container {
    max-width: 1200px;
    margin-inline: auto;
    border-top: 1px solid #ffffff26;
	display: flex;
	flex-direction: column;
}