@import "./home.css";
@import "./contact.css";
@import "./font.css";
@import "./service.css";
@import "./product.css";
@import "./mobile.css";
@import "./get.css";

html,
body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #4b4c9d;
}
