body {
    background-color: #1b1b1b;
    color: #dfd9d9;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    box-sizing: border-box;
}

.container {
    text-align: center;
    background-color: #282830;
    padding: 2em;
    border-radius: 10px;
    border: 2px solid #403f45;
}

h1 {
    color: #3150d2;
    font-size: 3em;
    margin-bottom: 0.5em;
    text-shadow: 2px 2px 4px #1b1b1b;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

p {
    color: #dfd9d9;
    font-size: 1.2em;
}

.small-text {
    font-size: 0.8em;
}

.description {
    font-size: 1.1em;
    margin-bottom: 1em;
}

.socials {
    margin-top: 1em;
    margin-bottom: 1em;
}

.socials a {
    display: inline-block;
    padding: 0.5em 0.8em;
    margin: 0;
    background-color: #000000;
    color: #dfd9d9;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 1.2em;
}

.socials a:hover {
    background-color: #222222;
}

.socials .discord-button {
    background-color: #5865F2;
}

.socials .discord-button:hover {
    background-color: #454FBF; /* A slightly darker shade for hover */
}
