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

        @font-face {
            font-family: 'futura';
            text-transform: lowercase;
            src: url(elements/FuturaHandwritten.ttf);
        }


        body {
            font-family: 'futura';
            line-height: 1.6;
            background-color: #f8f4ec;
        }


        a{
            color:rgb(139, 50, 25);
        }

        .navbar {
            background-color: #f8f4ec;
            max-width: 1200px;
            margin: 20px auto 0 auto;
            z-index: 10;
            position: relative;
        }

        .nav-container {
            padding: 0 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
        }

        .logo {
            width: 70px;
            height: 70px;
            background-image: url(/Users/aashihirani/Desktop/aashiswebsite/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: -80px
        }
        .logo:hover {
            transform: rotate(15deg);
        }
        .nav-links {
            display: flex;
            list-style: none;
            gap: 40px;
        }

        .nav-links a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            font-size: 20px;
            transition: all 0.3s ease;
            padding: 1px 0;
            position: relative;

        }

        .nav-links a:hover {
            color: #666;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #333;
            transition: width 0.3s ease;
        }

        .nav-links a:hover::after,
        .nav-links a.active::after {
            width: 100%;
        }

        @media (max-width: 768px) {
            .nav-container {
                padding: 0 15px;
            }

            .nav-links {
                gap: 40px;
            }

            .nav-links a {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .nav-links {
                gap: 15px;
            }

            .nav-links a {
                font-size: 13px;
            }
        }

        .content {
            padding: 40px 20px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 0;
        }

        .full-width-container {
            width: 100vw;
            margin-left: calc(-50vw + 50%);
            padding: 0;
            margin-top: 2px;
            margin-right: -2px;
            margin-bottom: 0;
            padding-bottom: 0;

        }

        .nametag-text {
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            font-size: 60px !important;
            color: #333;
            margin-top: 50px;
            z-index: 3;
        }

        .section {
            margin-bottom: 0;
            padding: 40px 0;
            min-height: 400px;
            padding-bottom: 0;
        }

        .section h2 {
            font-size: 32px;
            margin-bottom: 20px;
            color: #333;
        }

        .section p {
            font-size: 18px;
            color: #666;
            line-height: 1.8;
        }

        #work {
            background-color: #f8f4ec;
            position: relative;
        }

        #side-quests {
            background-color: #f8f4ec;
        }

        #about {
            background-color: #f8f4ec;
        }

        #resume {
            background-color: #f8f4ec;
        }

        .background-image {
            width: 100%;
            height: auto;
            display: block;
            margin-top: -150px;
        }

        .overlay-video {
            position: absolute;
            top: 13%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 450px;
            height: 400px;
            object-fit: cover;
            z-index: 2;
            margin-top: 80px;
        }

        @media (max-width: 768px) {
            .overlay-video {
                width: 150px;
                height: 150px;
            }
        }

        @media (max-width: 480px) {
            .overlay-video {
                width: 100px;
                height: 100px;
            }
        }

        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                transform: translateX(-50%) translateY(0);
            }

            40% {
                transform: translateX(-50%) translateY(-10px);
            }

            60% {
                transform: translateX(-50%) translateY(-5px);
            }
        }

        .scramble {
            display: inline-block;
        }

        .scramble.scrambling {
            animation: scramble-flicker 0.1s infinite;
        }

        @keyframes scramble-flicker {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0.8;
            }

            100% {
                opacity: 1;
            }
        }

.footerbar {
    background-color: #D5D7D5;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0dcd2;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
}
.footerbar .nav-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
}
.footerbar .logo {
    width: 50px;
    height: 50px;
    margin: 0 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.footerbar .nav-links {
    display: flex;
    list-style: none;
    gap: 60vw;
    width: 100%;
    justify-content: space-between;
    z-index: 1;
}
.footerbar .nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    transition: color 0.3s ease;
}
.footerbar .nav-links a:hover {
    color: #666;
}
.footerbar .footer-chat {
    position: absolute;
    left: 30px;
    font-size: 18px;
    color: #333;
    font-family: 'Futura', Futura, 'FuturaHandwritten', sans-serif;
}
.footerbar .footer-chat a {
    color: rgb(139, 50, 25);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-family: 'futura';
    text-transform: lowercase;
    font-size: 15px;
}
.footerbar .footer-chat a:hover {
    color: #666;
    text-decoration: underline;
}
.footerbar .footer-socials {
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.footerbar .footer-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: filter 0.2s;
}
.footerbar .footer-icon:hover {
    filter: brightness(0.7);
}
.footerbar .footer-built {
    display: block;
    font-size: 12px;
    color: #4a4341;
    font-family: 'futura';
    text-transform: lowercase;
    margin-top: 2px;
    letter-spacing: 0.2px;
}
