body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    background-image: url('back.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.container {
    text-align: center;
    position: relative;
    z-index: 1;
}

h1 {
    font-family: 'BBH Sans Hegarty', sans-serif;
    font-size: 8rem;
    font-weight: bold;
    margin-bottom: 0rem;
    color: #ffffffd1;
    text-shadow: 7px 11px 20px #101010;
}

.main {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}

.under-logo {
    font-size: 1.8rem;
    font-weight: 300;
    color: #0000009c;
    margin-bottom: 0rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
}

.subtitle {
    font-size: 2rem;
    color: #666;
}

#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}