@font-face {
    font-family: fu;
    src: url(../assets/font/Futura-Bold.woff2);
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "fu";
    color: black;
     --foreground: #000;

}


html,body{
  height: 100%;
  width: 100%;
    /* background: #a9c54f; */
    /* overflow-x: hidden; */
    padding:0px 15px;
    
}

a{
    text-decoration: none;
    color: black;
}


#main{
    
    position: relative;
}