*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,body{
  height: 100%;
  font-family: sans-serif;
}
body{
  background-color:white;
}