body{
    margin: 0;
    padding: 0;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.navbar {
    background-color: rgb(68, 156, 17);
    margin: 0; 
    padding: 10px;
    display: flex;
    align-items: center;
}


.nav-link:hover{
    background-color: rgb(0, 105, 44);
    border-radius:30px;
    padding:10px;
}

.nav-link{
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 10px;
    font-weight: bolder;
}

.nav-list{
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.nav-item{
    text-align: center;
    margin: 0 15px;
}

.main-footer{
    color: rgb(245, 245, 245);
    padding: 10px;
    margin: 0;
    background-color: rgb(59, 59, 59);
    text-align: center;
}

.footer-links{
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.footer-link{
    color: white;
    text-decoration: none;
    text-align: center;
    margin: 0 15px;
}

.footer-link:hover{
    color: rgb(163, 163, 163);
    text-decoration: underline;
}

.product-subtitle{
    color:rgb(59, 59, 59);
    margin-left: 90px;
    margin-right: 90px;
}

.header-title{                                                                                                                                                                                                                                                                                                                                                                          
    text-align: center;
    margin: 10px;
}

.div-section{
    padding: 10px;
    margin: 50px;
}

.logo {
    height: 50px;
    width: auto;
    background-color: rgb(255, 255, 255);
    border-radius:30px;
}

.logo:hover{
    background-color: rgb(202, 202, 202);
    border-radius:30px;
}

.logo-link {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
}

.footer-logo {
    width: auto;
    height: 500px;
}