* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #050814;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, sans-serif;
  color: #ffffff;
  background:
    linear-gradient(rgba(5, 8, 20, 0.82), rgba(5, 8, 20, 0.9)),
    url('../../bg-xgr.jpg') no-repeat center center fixed;
  background-size: cover;
  background-color: #050814;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}
