body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #2c3e50;
    background-image: linear-gradient(to bottom right, #34495e, #2c3e50);
    z-index: -1;
}

.content-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 90%;
    max-width: 600px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.logo {
    max-width: 80%;
    height: auto;
    margin-bottom: 25px;
}

h1 {
    font-size: 1.5em;
    color: #f0f0f0;
    margin: 0 0 15px 0;
    font-weight: 300;
    letter-spacing: 4px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

p {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}
