*{
  margin:0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;


}
body{
     background-color: #181f33;
}