body {
  margin: 0;
  background: #0B0B0A;
}
::selection {
  background: #C9A876;
  color: #0B0B0A;
}
::-webkit-scrollbar {
  display: none;
}
