* {
  font-family: Oswald, sans-serif;
  color: black;

  text-decoration: none;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
video {
  object-fit: cover;
}
body {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin: 0;
}
h1 {
  cursor: default;
}
a {
  cursor: pointer;
}
::selection {
  color: black;
  background: white;
}

.policy b {
  color: white;
  font-size: 1em;
}
.policy {
  background-color: #151515;
  font-size: 0.9em;
}
.policy div {
  width: 70%;
  margin: auto;
}
.policy p {
  color: #cccccc;
  margin-left: 2%;
}
.policy h1, .policy h2{
  color: white;
  margin-left: 2%;
}
.policy a {
  color: yellow;
}

footer {
  background-color: #101010;
  height: 80px;
  width: 100vw;

  position: relative;
  cursor: default;

  display: flex;
  align-items: center;
  justify-content: center;
}
footer p {
  color: white;
}
