body {
    font-family: 'Lilita One', cursive;
    background-color: #1a0033;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    scroll-behavior: smooth;
}

h1 {
    color: #810CA8;
    margin-bottom: 20px;
    font-size: 3em;
    position: relative;
    display: inline-block;
}

h1::before {
    content: attr(data-stroke);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    z-index: -1;
    transform: translate(2px, 2px);
}

h2 {
    color: #5efc03;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8);
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: #330066;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    color: #ffffff;
    background-color: #cc0099;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.button:hover {
    background-color: #990073;
}

.discord-button {
    background-color: #0362fc;
}

.discord-button:hover {
    background-color: #024bb7;
}

footer {
    margin-top: 30px;
    font-size: 16px;
}

a {
    color: #ffcc00;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

a:hover {
    text-decoration: underline;
}

.separator {
    border-top: 2px solid #ffcc00;
    margin: 40px auto;
    width: 80%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin: 10px 0;
    font-size: 1.2em;
    text-align: left;
}

.large-space {
    margin-top: 100px;
}

.services-title {
    color: #ffcc00;
    font-size: 2.5em;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8);
}

.socials-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.socials-buttons a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.socials-buttons a.youtube {
    background-color: #ff0000;
}

.socials-buttons a.instagram {
    background-color: #c13584;
}

.socials-buttons a.tiktok {
    background-color: #000000;
}

.socials-buttons a.twitter {
    background-color: #1da1f2;
}

.trustpilot-widget {
    margin: 20px 0;
}

.dual-table {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
}

.dual-table .column {
    flex: 1;
    padding: 10px;
    background-color: #4b0082;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cta-section {
    margin-top: 50px;
    padding: 20px;
    background-color: #4b0082;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.cta-section p {
    margin-bottom: 20px;
    font-size: 1.2em;
}

nav {
    background-color: #330066;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

nav ul li {
    margin: 0;
}

nav ul li a {
    color: #ffcc00;
    text-decoration: none;
    font-size: 1.2em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

nav ul li a:hover {
    text-decoration: underline;
}
