*{
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

html,body{
  overflow-x: hidden;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
}

.hide{
  display: none;
}
