*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
  text-box: trim-both cap alphabetic;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  height: 100%;
  line-height: 1;
  background-color: #000;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  
}