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

body{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
button{
  all: unset;
  text-align: center;
  font-family: sans-serif;
  border: 1px solid;
  padding: 10px ;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
}