main {
    background: #1e1e2e;
}

.content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.content h1 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

strong {
    color: #F5F5F7;
}

.content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
    margin-bottom: 10px;
}


.content a {
    color: #007bff;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}