.content-container {
    max-width: 800px; 
    margin: 40px auto; 
    padding: 20px;
    background-color: #3b4048; 
    border: 1px solid #3e4451;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}


body {
    font-family: sans-serif;
    background-color: #282c34; 
    color: #abb2bf; 
    line-height: 1.6;
}

h1, h2 {
    color: #61afef;
    border-bottom: 1px solid #3e4451;
    padding-bottom: 5px;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

p {
    margin-bottom: 1em;
}

ul {
    list-style-type: disc; 
    margin-left: 20px;
    margin-bottom: 1em;
}

li {
    margin-bottom: 0.5em;
}

a {
    color: #98c379; 
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #61afef; 
}