/* style.css */
body {
    font-family: Arial, sans-serif;
    color: #333;
}

h1 {
    color: #4c0013;
    font-size: 100px;
}

li {
    list-style-type: none;
    font-size: 30px;
}
