html {
  width: 100%;
  height: 100%;
  margin: 0;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
button {
  display: inline-block;
  color: blueviolet;
  font-size: 200%;
  position: absolute;
  margin: 0
}