*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    
}


body
{
    background-color:  rgb(1, 32, 8); 
    
    
     
}

.navbar{
    background: rgb(0, 5, 2);
    font-family: calui;
}

.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
    
}
.logo a{
    font-size: 35px;
    font-weight: 600;
    color: rgb(1, 250, 250);
    margin-left: 30px;  
}

.logo a:hover{
    color: rgb(246, 250, 1);
}


li{
    list-style: none;
    display: inline-block;
    
    
    
}
li a{
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
    display: block;
    
    
    
}

li a:hover{
    background-color: rgb(5, 112, 14);
}



main
{
    max-width: 100%;
    width: 100%;
    margin: 5px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    
    
    
}


main .card:hover
{  
     background-color: rgb(5, 112, 14);
     cursor: pointer;
     border-radius: 5px;
}

main .card
{
    width: 190px;
    text-align: center;
    height: 180px;
    margin: 3px;
    

}

    main .card .image
{
    height: 135px;
    margin-bottom: 2px;
    
}

main .card .image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 8px;
    
}


main .card .caption h1
{
    font-size: 18px;
    color: rgb(248, 244, 3);
    margin-top: 2px;
}

main .card .caption p
{
    font-size: 14px;
    color: white;
    margin-top: 2px;
    margin-bottom: 5px;
}


@media (max-width: 439px)
{

    .navbar{
        background: rgb(0, 5, 2);
        font-family: calui;
         
    }
    .navdiv{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo a{
        font-size: 35px;
        font-weight: 600;
        color: rgb(1, 250, 250);
        margin-left: 30px;
        
    }

    .logo a:hover{
        color: rgb(246, 250, 1);
    }

    li{
        list-style: none;
        display: inline-block;
        margin-right: 10px;
        
        
    }
    li a{
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        padding: 2px;
        display: block;
        margin-right: 15px;
        
        
    }
    
    li a:hover{
        background-color: rgb(5, 112, 14);
    }
    

    main .card
{
    width: 190px;
    text-align: center;
    height: 170px;
    margin: 3px;
    

}

    main .card .image
{
    height: 135px;
    margin-bottom: 2px;
    
}

main .card .image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 8px;
    
}


main .card .caption h1
{
    font-size: 15px;
    color: rgb(248, 244, 3);
    margin-top: 1px;
}

main .card .caption p
{
    font-size: 13px;
    color: white;
    margin-top: 1px;
    margin-bottom: 3px;
}
}


@media (max-width: 391px)
{

    .navbar{
        background: rgb(0, 5, 2);
        font-family: calui;
         
    }
    .navdiv{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo a{
        font-size: 35px;
        font-weight: 600;
        color: rgb(1, 250, 250);
        margin-left: 20px;
        
    }

    .logo a:hover{
        color: rgb(246, 250, 1);
    }

    li{
        list-style: none;
        display: inline-block;
        margin-right: 6px;
        
        
    }
    li a{
        color: rgb(255, 255, 255);
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
        padding: 2px;
        display: block;
        margin-right: 6px;
        
        
    }
    
    li a:hover{
        background-color: rgb(5, 112, 14);
    }

    main .card
{
    width: 173px;
    text-align: center;
    height: 152px;
    margin: 3px;
    
}

    main .card .image
{
    height: 120px;
    margin-bottom: 2px;
    
}

main .card .image img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 8px;
    
}


main .card .caption h1
{
    font-size: 15px;
    color: rgb(248, 244, 3);
    margin-top: 2px;
}

main .card .caption p
{
    font-size: 13;
    color: white;
    margin-top: 1px;
    margin-bottom: 3px;
}
}

