/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 25, 2026, 5:01:37 PM
    Author     : sailnaked
*/

.head {
   background-image: linear-gradient(45,red,yellow);
   
       
}
.top {
    background-color: #ff6666;
}
.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
    display: flex;
    justify-content: center;
}
.submenu{
    background-color: green;
}