body{
    padding: 0px;
    margin: 0px;
    width: 100%;
  
    background-image: linear-gradient(to top right,#007ca2,#839788 );
    background-attachment: fixed;
    animation: infinite gradient 5s;

    font:normal 27px/1.5 'Built Titling Lt', serif;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;

}
nav{
    background-color: #007ca2;
    top: -30px;
    position:relative ;
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;

}
nav ul li a {
    display: block;
    color: white;
    padding: 15px 40px;
    text-decoration: none;


    
  }
  nav ul li a:hover {
    background-color: #007ca2;
    font-size: 25px;
    transition: font-size 900ms;
  }
  
  #navbar{
    
    width: 100%;
    height: 100%;
}
 
@keyframes gradient{
    0%{
        background-image: linear-gradient(to top right,#007ca2,#839788 );
    }
    10%{
        background-image: linear-gradient(to bottom right,#839788 ,#007ca2 );
    }
    20%{
        background-image: linear-gradient(to bottom left,#007ca2,#839788 );
    }
    30%{
        background-image: linear-gradient(to top left,#839788 ,#007ca2 );
    }
    40%{
        background-image: linear-gradient(to top right,#007ca2,#839788 );
    }
    50%{
        background-image: linear-gradient(to bottom right,#839788 ,#007ca2 );
    }
    60%{
        background-image: linear-gradient(to bottom left,#007ca2,#839788 );
    }
    70%{
        background-image: linear-gradient(to top left,#839788 ,#007ca2 );
    }}
#header{}



#Kk{   
    background-color: #000000;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 0%;
    left: 45%;
    font-family: 'Built Titling Lt';
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-display: swap;}



#h3{
   
   font-family: 'Built Titling Lt';
   letter-spacing: 3px;
    padding: 0;
   margin: 0;
   justify-content: center;
   display: flex;
   align-items: center;
   word-spacing: 5px;
   letter-spacing: 3px;
   font-size: 35px;
   
}
#my-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 124, 162, 0.9); /* arka plan rengi navbar'la uyumlu */
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 999;
    font-family: 'Built Titling Lt', sans-serif;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 50px;
    word-spacing: 5px;
    letter-spacing: 3px;
  }
  



@media screen and (max-width: 2000px) {
    #h2 {
        top: -1%;
        left: 35%;
    }
    #h3 {
        top: 10%;
        left: 20%;
    }
    #h5 {
        top: 70%;
        left: 37%;
    }
}
    @media screen and (max-width: 800px){
        #h2 {
            top: -1%;
            left: 20%;
        }
        #h3 {
            top: 6%;
            left: 6%;
        }
        #h5 {
            top: 66%;
            left: 27%;
        }
    }


#footer{}
@font-face {
    font-family: 'Built Titling Lt';
    src: url('BuiltTitlingLt-Regular.woff2') format('woff2'),
        url('BuiltTitlingLt-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;}

#ag{
    position: absolute;
    top: 30%;   
    left: 22%; 
    width: 51.9%;
    height: 49%;
    background-image: url(spik\ en\ span);
    background-size: cover;
    background-position: center;
    text-align: center;
    transition: 250ms;}
#ag:hover{
    box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 19.8%;   
    left: 21.8%; 
}



