body
font-family: Arial, sans-serif;
background-color: #f9f9f9;
color: #333;
padding: 40px;
max-width: 700px;
margin: auto;
line-height: 1.6;
h1
text-align: center;
color: #222;
font-size: 28px;
margin-bottom: 30px;
ul
list-style: none;
padding: 0;
li
background: #fff;
border: 1px solid #ddd;
padding: 15px 20px;
margin-bottom: 15px;
border-radius: 8px;
transition: box-shadow 0.2s ease;
li:hover
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
a
text-decoration: none;
color: #007BFF;
font-weight: bold;
a:hover
text-decoration: underline;
