
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
}

main {
  width: 100%;
  min-height: 100vh;
}