html {
height: 100%;
}
body {
margin: 0;
background-color: rgb(255, 255, 255);
font-family: 'Poppins', sans-serif;
font-weight: 400;
min-height: 100%;
display: flex;
flex-direction: column;
}
.footer {
background: #24262b;
margin-top: auto;
padding: 70px 0;
}
html {
height: 100%;
}
body {
margin: 0;
background-color: rgb(255, 255, 255);
font-family: 'Poppins', sans-serif;
font-weight: 400;
min-height: 100%;
display: flex;
flex-direction: column;
}
.footer {
background: #24262b;
margin-top: auto;
padding: 70px 0;
}