@import url("https://fonts.googleapis.com/css?family=Oswald|Tajawal|Lato");
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  border: none;
  padding: none;
  background-size: cover;
  height: 100%;
  width: 100%;
}
