/* style.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}
.container {
    width: 80%;
    margin: 40px auto;
    text-align: center;
}
h1 {
    color: #00698f;
}
p {
    font-size: 18px;
    margin-bottom: 20px;
}
a {
    text-decoration: none;
    color: #00698f;
}
a:hover {
    text-decoration: underline;
}
