@charset "utf-8";
/* CSS Document */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

 .wrapper {
  flex:1;
}