@charset "utf-8";
.container {
 display: flex; 
 flex-direction: column;
 min-height: 100vh;
}

main {
 flex: 1; 
}

footer{
	position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}