body {
    background-color: #121212;
    color: #ffffff;
    margin: 0;
    overflow: hidden;
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.social-links a {
    margin: 0 10px;
    color: #ffffff;
    font-size: 1.5rem;
    transition: color 0.3s ease-in-out;
}

.social-links a:hover {
    color: #0d6efd;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content-box {
    background-color: rgba(50, 50, 50, 0.9);
    padding: 30px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.highlight {
    color: #a855f7;
    font-weight: bold;
}
