* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    padding: 2rem;
}

.logo {
    display: block;
    max-width: 54%;
    width: auto;
    height: auto;
    margin: 0 auto;
    transform: translateX(-70px);
}

#particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.container {
    position: relative;
    z-index: 1;
}
