
html{scroll-behavior: smooth;}
html, body{margin:0; padding:0; max-width: 100%;  }
body{background:var(--col1) ; font-family: var(--font1);  color: var(--col5)}
a{text-decoration: none; color:var(--col5);} 
a:hover{color: var(--col3);}
ul{list-style: none; margin: 0; padding: 0;}


.main{font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;}
.icon{display: flex; justify-content: center; padding: 15px 0; background: #000; position: fixed; width: 100%; box-shadow: 0 0 18px #cd16163d;}
.icon a{width: 20px; height: 20px; border-radius: 50%; background: #CCC; padding: 10px; text-align: center; margin: 5px;}
.icon i {font-size: 20px;}

.menu{padding-top: 70px}
.menu img{width: 100%;}

.order{background: #CCC;
    padding: 7px 19px;
    border-radius: 20px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    display: table;
    font-size: 20px;
    border: 1px solid #fff;}