* {
    margin: 0;
    padding: 0vh;
    box-sizing: border-box;
}

body {
    background-color: #333;
    background:url('../public/Paul-hanaoka-s0XabTAKvak-unsplash.jpg') no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    color:#fff;
    overflow-x: hidden;
}

.anim-text {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    user-select: none;
    font-size: 10vw;
    max-width: 100%;
    position: relative;
    margin: 10vh;
    opacity:0.6;
}

.sticky-section {
    position: relative;
    width: 100%; 
    height: 100vh;
    margin: auto; /* Centers the container on the page */
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.char {
    display: inline-block;
    position: relative;
    will-change: transform;
    pointer-events: none; /* Prevents text selection during clicks */
}