@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
body,
html {
  background-color: #1c1c1c;
  color: white;
  font-family: Poppins;
  padding-top: 30px;
  margin: 10px;
}

body h2,
html h2 {
  font-size: 24px;
}

body h3,
html h3 {
  font-weight: bold;
  font-size: 16px;
}

body h1,
html h1 {
  font-size: 24px;
  font-weight: bolder;
}

body a,
html a {
  text-decoration: none;
  color: white;
}

body section a img,
html section a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 30px;
}

.globalnav_class {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  position: fixed;
  background: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  padding: 20px;
  z-index: 2;
}

.globalnav_class .notif {
  background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#353535));
  background: linear-gradient(#474747, #353535);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 9px;
  height: 35px;
  width: 35px;
  padding: 5px;
}

.globalnav_class .notif img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.globalnav_class .notif .badge {
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #6f28f9;
}

.globalfoot_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px;
  background-color: #1c1c1c;
  font-weight: bold;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.globalfoot_class a {
  text-align: center;
  height: 60px;
  max-width: 80px;
  padding: 5px;
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.globalfoot_class a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 30px;
  padding: 5px;
}

.globalfoot_class a:hover {
  background-color: #6f28f9;
  border-radius: 9px;
}

@media (min-width: 900px) {
  .globalfoot_class {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    top: 0;
    width: 105px;
  }
  .globalnav_class {
    margin-left: 145px;
    padding-top: 50px;
    height: 130px;
  }
  .globalnav_class .notif {
    margin-right: 200px;
  }
  .globalnav_class .notif .badge {
    border-radius: 50%;
    position: absolute;
    top: 75px;
    right: 245px;
    background-color: #6f28f9;
  }
  section {
    margin-top: 50px;
    margin-right: 40px;
    margin-left: 150px;
  }
  .wrap1-scenes {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
  }
  .wrap1-scenes .wrapper-scenes {
    width: 950px;
  }
}
/*# sourceMappingURL=navfoot.css.map */