body {
    font-family: Arial;
    position: relative;
    top: 16px;
    background-color: white;
   }
   
   h1, h2 {
    text-align: center;
   }
   
   button {
    font-weight: bold;
    border: 5px solid blue;
    background-color: lime;
    color: white;
   }