 .venktertech {
            background: #FFFFFF;
            font-size: 15px;
            text-transform: uppercase;
             color: #00CC00;
            font-family: 'Century gothic';
            text-align: center;
           
        }

        .venktertech a {
            color: #00cc00;
            letter-spacing: 1px;
            text-decoration: none;
        }



        .venktertech a:hover {
            color: #333;
            transition: 1s;
            text-decoration: none;
        }


     .box1
     {
        width: 250px;
        margin: 10px 10px;
      
        transition: 1s;
        border-radius: 5px;

    }
    .box1 img{
        
        width:100%;
        border-radius: 5px;
    }
    .box1:hover{
        transform: scale(1.3);
        z-index: 2;
    }
     .linking 
        {
        font-family: 'Century gothic';
       
       
        width: 70%;
        padding: 10px; 
        grid-row: span;
        text-align: center;

        }
       .link-dark
       {
        background-size: cover; 
        font-weight:bold;
        opacity:70%;

        }
        .boxedit
        {
         padding: 10px;
              
        }
        .yasar2
         {
         display: flex;
         justify-content: center;
         padding: 10px;

         }
        .para
        {
        text-align: center;
         font-weight: bold;
         }
        .linking a
        {
           
            color: #24710F;
            padding: 3px;
            padding-left: 7px;
            padding-right: 7px;
            text-decoration: none;
            font-size: 23px;
            border-radius: 4px;
            font-family: 'jose',sans-serif;
        
        }
            .linking a:hover {
            color: #244012;
            transition: 0.4s;
            text-decoration: none;
        }
        .listord
            {
                list-style: none;
                background-color: white;
                padding:10px;
            }
            .listord a
            {
                background-color: #44AD24;
                font-family: 'jose',sans-serif;
                color: white;
                padding:5px 9px 5px  9px;
                font-size:18px;
                border-radius: 5px;
                text-decoration: none;

            }
            .listord a:hover
            {
                color: black;
                transition: 1.2s;

            }    
            .image-container{
    width: 90%;
    margin: 0 auto 30px auto;
}
.image-container img{
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 400px;
    margin: auto;
}
figcaption{
    margin: 20px 0 30px 0;
    text-align: center;
    color: #2a292a;
}
.fileinput[type="file"]{
    display: none;
}
.filelabel{
    display: block;
    position: relative;
    background-color: #24710F;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 250px;
    padding: 18px 0;
    border-radius: 5px;
    margin: auto;
    cursor: pointer;
}          
