*
{
  box-sizing : border-box;
}

html
{
  height : 100%;
}

body
{
  margin  : 0;
  padding : 0;
  width   : 100%;
  height  : 100%;
}

a
{
  color           : inherit;
  text-decoration : none;
  margin          : 0;
  padding         : 0;
}

input,
button
{
  font-family   : inherit;
  display       : block;
  appearance    : none;
  border-radius : 0;
  font-weight   : 400;
  font-size     : 16px;
}

button:active,
button:focus,
input:active,
input:focus
{
  outline : none;
}
