body{
  font-family: Arial, sans-serif;
  background:#111;
  color:white;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100vh;
  margin:0;
}
.container{text-align:center;}
button{
  padding:12px 20px;
  cursor:pointer;
}
