body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0f0f0f;
    color: #f0f0f0;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}

h1 {
    color: #ff3b3b;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.2em;
}

h2 {
    color: #ff6363;
    margin-top: 30px;
    font-size: 1.5em;
    border-bottom: 1px solid #ff3b3b33;
    padding-bottom: 5px;
}

p {
    color: #d0d0d0;
    margin-bottom: 15px;
    font-size: 1em;
}

a {
    color: #ff4d4d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9em;
    color: #888;
}

section {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

/* === Perfil de Discord === */
.discord-profile {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #1e1e1e;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.discord-profile .banner img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.discord-profile .profile-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background-color: #1e1e1e;
}

.discord-profile .avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #ff3b3b;
    margin-top: -48px;
    background-color: #1e1e1e;
}

.discord-profile .text-info h3 {
    margin: 10px 0 4px;
    color: #ffffff;
    font-size: 1.3em;
}

.discord-profile .text-info p {
    margin: 2px 0;
    font-size: 0.95em;
    color: #ccc;
}
