*{  padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;}


#containerPosition{
    position: fixed;
    z-index: 0;
    width: 100%;
    }    


        header{
            background: linear-gradient(to right, #000000, #2b2b2b);
            color: white;
            border-bottom: 1px solid #00ff736e;
            padding: 15px;
            z-index: 0;
            position: absolute
            width 100%;
        }

        .video-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;}

            .video-background video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1;                
            transform: translate(-50%, -50%);
            filter: brightness(0.5);    }

            

        

                        #firstContainer p{
                            font-size: 1.2rem;
                            color: #d1d1d1;
                            max-width: 600px;
                        }

                        #firstContainer H3:hover{
                            color: #163f5f;
                            transition: transform 0.5s ease;
                            transform: scale(1.2);
                        }
                        
                        #navLinks{
                            display: flex;
                            padding: 5px;
                            background-color: #000000;
                            width: 420px;
                            margin: auto;
                            border-radius: 50px;
                            background: linear-gradient(to right, #1b1b1b, #000000e7) ;
                            position: relative;
                            top: -1rem;
                            box-shadow: 0 4px 8px rgba(8, 8, 8, 0.8);
                        }

                        #firstContainer a{
                            color: rgb(255, 255, 255);
                            font-size: 1.0rem;
                            margin: 35px;
                            text-decoration: none;
                        }

                        #introText{
                            color: white;
                            padding: 20px;
                            justify-content: space-between;
                            margin-top: 10rem;

                        }
                        #introText h1{
                            font-size: 3.5rem;
                            padding: 20px;
                        }
                        #introText p{
                            padding: 10px;
                            margin-left: 10px;
                        }
                    
        
                    

#allSecondContainer{
    z-index: 2;
    position: relative;
    top: 95vh;
    }


#about{
    padding-top: 5rem;
    height: 25vh;
    background: linear-gradient(to right, #111111, #0b2335);
    color: white;
    padding-right: 30px;
    border-top: 2px solid #6f00ff;
    text-align: center;
    transition: height 1s ease;
    }

    #about.active {
    padding-top: 5rem;
    height: 70vh;
    background: linear-gradient(to right, #111111, #0b2335);
    color: white;
    padding-right: 30px;
    border-top: 2px solid #6f00ff;
    text-align: center;
    transition: height 1s ease;
    }


    #about button{
        background-color: #4e445c;
        border: none;
        padding: 5px 10px;
        color: white;
        font-size: 1rem;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 15px;
    }

    #about a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        padding: 10px;
        display: flex;
        justify-content: center;
        font-size: 1.5rem;
    }
          
    #about h2:hover{
        transition: transform 0.5s ease;
        transform: scale(1.2);
    }

    .hideParagraph{
        font-size: 1.2rem;
        max-width: auto;
        margin: auto;
        padding: 50px;
        margin-top: 1rem;
        display: flex;
    }

    .hideParagraph img{
        width: auto;
        height: 30vw;
    }

    .hideParagraph p{
        text-align: left;
        padding: 20px;
        color: #d1d1d1;
    margin-top: 200px;}

#nastyContainer{
    position: relative;
    z-index: 4;
    }


#projects{
    padding: 20px; 
    height: 50vh;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #032480, #252525);
    border-top: white 2px solid;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 80px;
    }

    #projects h2{
        font-size: 3rem;
        margin-bottom: 10px;
        text-align: end;
        margin-right: 20px;
    }

    #container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        height: 40vh;
    }

    #thumbnail{
        width: 100rem;
        height: 20rem;
        border-radius: 0%;
        margin-right: 20px;
        background: linear-gradient(to right, #1b1b1b, #000000);
        border-radius: 5%;
    }


#contact{
    padding: 20px; 
    height: 10vh;
    justify-content: space-between;
    background: linear-gradient(to right, #414141, #0c2538);
    color: white;
    border-top: #00ff73 2px solid;
}

#contact input{
    padding: 8px;
    border-radius: 5px;
    border: none;
    width: 300px;
    margin-right: 20px;
    margin-top: 10px;

}

#contact button{
    background-color: #00ff73;
    border: none;
    padding: 8px 20px;
    color: black;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

footer{
    padding: 20px; 
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #000000, #222222);
    text-align: center;
    color: black;
    font-size: 0.8em;
    border-top: 2px solid #00ff73;
    color: white;
    font-size: medium;

    a{
        text-decoration: none;
        color: rgb(255, 255, 255);
    }   
}