html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    position: relative;
    background: #000;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    filter: blur(8px);
    z-index: -1;
}

body > * {
    position: relative;
}




.titleText1 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 100px;
    text-shadow: 0 0 10px #6200ff, 0 0 20px #6200ff, 0 0 30px #6200ff, 0 0 40px #6200ff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif 
}

.titleText2 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    text-shadow: 0 0 10px #6200ff, 0 0 20px #6200ff, 0 0 30px #6200ff, 0 0 40px #6200ff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif 
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-bottom: 20px;
    z-index: 1000;
}

.discord-button {
    display: inline-block;
    margin: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.discord-button:hover {
    transform: scale(1.05);

}
.discord-button img {
    height: 40px;
    width: auto;
    border: none;
    vertical-align: middle;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.small-button {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.small-button:hover {
    transform: scale(1.05);
}

.abutton {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(168, 168, 168, 0.2);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.abutton:hover {
    background-color: rgba(168, 168, 168, 0.3);
    transform: scale(1.05);
}

.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.faq-item {
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.faq-item h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.faq-answer {
    font-size: 20px;
    color: #f1f1f1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.home-button {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


.home-button:hover {
    transform: scale(1.05);
}

.footer .home-button {
    margin-left: auto;
    margin-right: 50px;
}

.admin-container {
    text-align: center;
    margin-top: 20px;
}

.admin {
    width: 100px;
    height: 100px;
    border-radius: 40%;
}
