@import url("../components/footer/footer.css");
@import url("../components/header/header.css");

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Amiko", sans-serif;
}

#main-content {
  flex: 1;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
}
