body{
  display:flex;
  flex-direction:column;
  min-height:100svh;
  min-width:100%;
background-color:black;
  align-items:center;
  justify-content:center;
}

h1{
  color:white;
}
button{
  color:black;
  border-radius:360px;
  background-color:#b19977;
  padding-left:10px;
  padding-right:10px;
  padding-top:15px;
  padding-bottom:15px;
  width:150px;
  aspect-ratio:1/1;
  font-size:18px;
}

