@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');


.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
    padding: 15px;
    background: linear-gradient(90deg, #fff711, #FACC15); 
    border-bottom: 3px solid #E67E22; 
}

.nav_logo {
    font-size: 22px;
    text-decoration: none;
}

.nav_logo img {
    width: 215px;
    height: 92px;
}

.nav-links {
    display: flex;
    flex-direction: row;
}


.nav-icon {
    
    width: 50px;
    height: 50px;
    color: #FF0000
}

.nav-icon:hover {
}

@media screen and (max-width: 600px) {
    
}
