* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.cfix:after {
  content: '';
  display: table;
  clear: both;
}


