*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* BODY */

html,
body{

  width: 100%;

  overflow-x: hidden;

  font-family: Arial, sans-serif;

  background: #f5f7fb;

  scroll-behavior: smooth;
}