 body {
     font-family: Arial;
     background: #f0f8ff;
     text-align: center;
 }

 h1 {
     color: darkblue;
 }

 button {
     padding: 10px 20px;
     border-radius: 8px;
     cursor: pointer;
 }