
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.5em 0;
}

p {
    color: lightgray;
    line-height: 1.6;
}

a {
    color: lightblue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#text-block {
    background-color: darkslateblue;
}