@import "styles.css";

body {
    position: relative;
    min-height: 100vh;
    margin: 0px;
}

.content-wrapper {
    padding-bottom: 90px;    /* Footer height */
  }

 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
} 