body {
    background-color: #f0f8ff; /* Light blue background color */
    color: #555; /* Dark gray text color */
}

h1, h2 {
    font-family: 'Roboto', sans-serif;
    color: #007bff; /* Blue heading color */
    margin-left: 32px;
    margin-top: 24px;
}

h2 {
    margin-left: 48px;
}

p {
    font-family: sans-serif;
    background-color: #f0f8ff; /* Light blue background color */
    color: #555; /* Dark gray text color */
    text-indent: 32px;
}

li {
    font-family: sans-serif;
    margin-left: 48px;
    list-style-type: none;
}

a:link, a:visited, a:active {
    color: #555; /* Dark gray link color */
    text-decoration: none;
}

a:hover {
    color: #007bff; /* Blue link color on hover */
    text-decoration: underline;
}
