body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color:black
}

h1, h2, h3 {
    color: #ffffff;
    font-size: 20px;
}

a {
    color: #9db1c5;
    text-decoration: none;
    font-size: 14px;
}

ul {
    list-style-type: none; /* This removes the bullets */
    padding: 0; /* This removes the default padding */
}

a:hover {
    text-decoration: underline;
}

p {
    color: #46944a; /* Change this to your desired color */
    max-width: 400px; /* Set the maximum width */
    padding: 0 20px; /* Add some padding */
}