*,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  background: #181818;
}

h1 {
  z-index: 2;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5vw;
  color: #f5efe8;
}

h2 {
  z-index: 2;
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2vw;
  color: #f5efe8;
}

p,
li {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  color: #f5efe8;
}

li {
  margin-left: 30px;
}

@media screen and (max-width: 1200px) {
  li {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  li {
    font-size: 16px;
  }
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}

li::before {
  content: "•";
  color: white;
  margin-right: 10px;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #181818;
  width: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(209, 94, 0, 0.87);
  border-radius: 4px;
  height: 15px;
}

@media screen and (max-width: 1100px) {
  .vids {
    display: none;
  }
}
