@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;500;700&family=Rubik:ital@1&family=Tangerine:wght@700&family=Teko:wght@600;700&display=swap");

body {
  background-color: black;
}
h1 {
  color: #e97753;
  font-family: "Fira Sans", sans-serif;
}
/* scroll bar */
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: black;
}
::-webkit-scrollbar-thumb {
  background-color: #242525;
}
::-webkit-scrollbar-thumb {
  background-color: #3d3d3d;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb {
  background-color: #2f2f2f;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
/* end scroll bar */
/* IFRAME */
iframe {
  position: relative;
  top: -20px;
  left: 0px;
  border-style: solid;
  border-color: black;
}
/* END iframe */
