@import url(./header.css);
@import url(./meno.css);
@import url(./Products.css);
@import url(./footer.css);
@import url(./contact-me.css);
@import url(./AboutUs.css);
@font-face {
    font-family: iranpik;
    src: url(../font/iranyekanwebbold.cfb6e26c\ \(1\).woff2);
}
body{
    margin: 0;
    /* position: relative; */    
}
*{
    text-decoration: none !important;
    box-sizing: border-box;
    font-family: iranpik;
    /* overflow-x: hidden; */
}
.test{
    width: 100px;
    height: 150px;
    background-color: black;
}
.test1{
    width: 100px;
    height: 150px;
    background-color: red;
}
.test2{
    width: 100px;
    height: 150px;
    background-color: green;
}
