

html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }

  body{
	margin: 0;
	padding: 0;
}



#newButton{
  position:absolute;
  background: red;
  left:500px;
  top:500px;
  color:white;
  padding:10px;
  border-radius:5px;
}

