﻿body {
    font-family: 'Arial', sans-serif;
    margin: 20px;
    background-color: #333;
    color: #fff;
}

h1 {
    text-align: center;
}

h2 {
    color: #ddd;
    text-align: center;
}

h3 {
    color: #ccc; 
    margin-bottom: 5px;
}

a {
    text-decoration: none;
    color: white; 
}

    a:hover {
        text-decoration: underline;
    }

p {
    margin-bottom: 10px;
}

    p a {
        color: #ccc;
        font-weight: bold;
    }

        p a:hover {
            text-decoration: underline;
        }
