html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  /* background-color: #F6F7FF; */
  background-color: #F3F3F3!important;
  color: #6E6E6E;
  display: flex;
  flex-direction: column;
}

main {
  margin: 0 auto;
  display: flex;
}

header {
  color: #fff;
  background-image: url('./images/header-bg.jpeg')!important;
  background-repeat: repeat-x;
  height: 78.4px;
  box-shadow: none !important;
}