body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #1e1e1e;
    color: #f0f0f0;
}

.container {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
}

h1 {
    margin-bottom: 10px;
}

p {
    color: #bfbfbf;
    line-height: 1.6;
}

.links {
    margin-top: 40px;
}

a {
    color: #5865F2;
    text-decoration: none;
}

.button {
    display: inline-block;
    margin: 10px;
    padding: 12px 24px;
    background: #5865F2;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}

.button:hover {
    background: #4752c4;
}

.content {
    text-align: left;
    margin-top: 40px;
}

.back {
    display: inline-block;
    margin-top: 30px;
    color: #5865F2;
    text-decoration: none;
}

.content {
    text-align: left;
    margin-top: 40px;
    line-height: 1.7;
}

.content h2 {
    margin-top: 40px;
    color: #ffffff;
}

.content h3 {
    margin-top: 24px;
}

.content ul {
    padding-left: 24px;
}

.content li {
    margin: 8px 0;
}

strong {
    color: #ffffff;
}

.video-container {
    margin-top: 40px;
}

.video-container video {
    width: 100%;
    max-width: 960px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .35);
}