body {
    background: #e8cbc0;
    background: -webkit-linear-gradient(to right, #e8cbc0, #636fa4);
    background: linear-gradient(to right, #e8cbc0, #636fa4);
    min-height: 100vh;
    padding: 0;
    /* background: url('/assets/bg.png') no-repeat center center fixed; */
    background-size: cover;
}



.bg-image {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    height: 800px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.15;
    z-index: -1; 
    padding: 10px;
    background: url('/assets/bg.png') no-repeat center center fixed;
    background-size: cover;
    position: fixed;
}

/* Set a higher z-index for interactive elements */
a {
    z-index: 1;
}


.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
    /* z-index: 1; */
}

.social-link:hover, .social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}


