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);
}

a {
    color: #ffcc00;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 30px;
    font-size: 16px;
}

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;
}

.separator {
    border-top: 2px solid #ffcc00;
    margin: 40px auto;
    width: 80%;
}
