.gallery img{
    width: 100%;

}
h2{
    font-family: impact, fantasy ;
    text-align: center;
    font-size: 30px;
    color: crimson;
    font-style: italic;
}


h3{
    font-family: impact, fantasy;
    text-align: center;
    font-size: 30px;
    color: crimson;
    font-style: italic;
}

h4{
    font-family: impact, fantasy ;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: crimson;
}


p{
    font-family:Helvetica, sans-serif;
}

#menu{
    width: 100%;
    height: 40px;
    background-color: crimson;
    padding-top: 12px;
}

#menu a{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 800px;

    padding-left: 20px;
    padding-right: 20px;

}

#menu a:hover{
    color: darkred;
}

.komana{
    
    height: 100vh;
    background-size: cover;
    background-image: url("image/all\ products.jpg");
    background-repeat: no-repeat;
    position: cover;
}






