
body {
     border: 5px solid brown;
     border-style: double;
     border-width: 5px;
     border-radius: 50px;
     margin: 25px 50px 75px 50px;
     padding: 25px 50px 75px 50px;
     text-align: center;
     line-height: 1.8;
     background-color: antiquewhite;
                color: brown;
                font-family: 'Georgia', serif;}
                
   
   ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}             