body, html {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.child {
    text-align: center;
    z-index: 1;
}

canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

h1 {
    color: #fff;
    font-size: 20px;
    font-family: 'Cutive Mono', monospace;
}

.social-icons {
    margin: 20px 0;
}

.social-icon {
    color: #626f78;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #1db954; /* Spotify green or any other color you like */
}
