body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    color: #9f9f9f;
    text-align: center;
}

h1 {
    color: #717171;
    text-align: center;
}

h2 {
    color: #717171;
    margin-top: 20px;
}

h3 {
    color: #717171;
    font-weight: normal;
}

h4 {
    color: #717171;
    margin-bottom: 5px;
}

section {
    background-color: #1e1e1e;
    border: 0px solid #000000;
    padding: 5px;
    margin: 20px auto;
    max-width: 800px; 
    text-align: left
}

a {
    color: #001aff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.6;
}