@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Space Mono", sans-serif;
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(45deg, #171933, #1b1e3d);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

h1,
h2 {
  font-family: "Orbitron", sans-serif;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}

#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

::-webkit-scrollbar {
  background: #1b1e3d;
}

::-webkit-scrollbar-thumb {
  background: #2a2e5e;
}

::-webkit-scrollbar-thumb:hover {
  background: #5a63ff;
}

::-moz-selection {
  background: #5a63ff;
  color: #e0e6ff;
}

::selection {
  background: #5a63ff;
  color: #e0e6ff;
}

header {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

header h1 {
  text-align: center;
  color: #e0e6ff;
  font-size: 64px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  line-height: 1;
}

header p {
  text-align: center;
  color: #6495ff;
  font-size: 20px;
  margin-top: 14px;
}

aside {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  background: #22244d;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #2a2e5e;
  border-bottom: 1px solid #2a2e5e;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

aside h3 {
  font-size: 20px;
  color: #e0e6ff;
}

aside h3 a {
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-animation: bg_rotate 3s linear infinite;
          animation: bg_rotate 3s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#b40fd7), color-stop(50%, #7d0fd7), to(#b40fd7));
  background: linear-gradient(90deg, #b40fd7 0%, #7d0fd7 50%, #b40fd7 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
}

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article .controls {
  position: relative;
  z-index: 10;
  background: #22244d;
  border: 2px solid #2a2e5e;
  border-radius: 5px;
  margin: 0 25px;
  padding: 25px;
  width: 285px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

article .controls h2 {
  position: absolute;
  -webkit-transform: translateY(-115%);
          transform: translateY(-115%);
  background: #e0e6ff;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

article .controls .all_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

article .controls .all_input .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

article .controls .all_input .input label {
  color: #e0e6ff;
  font-size: 20px;
  margin-right: 15px;
}

article .controls .all_input .input input[type="color"] {
  -webkit-appearance: none;
  border: 2px solid #6495ff;
  border-radius: 3px;
  height: 26px;
  width: calc(100% - 102px);
}

article .controls .all_input .input input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

article .controls .all_input .input input[type="color"]::-webkit-color-swatch {
  border: none;
}

article .controls .all_input .input_range {
  margin-bottom: 25px;
  width: 235px;
}

article .controls .all_input .input_range .slider_range {
  position: relative;
  width: 100%;
}

article .controls .all_input .input_range .slider_range input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 2px;
  background: #171933;
  border-radius: 2px;
}

article .controls .all_input .input_range .slider_range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6495ff;
  cursor: pointer;
}

article .controls .all_input .input_range .slider_range .progress_bar {
  width: 50%;
  height: 2px;
  background: #6495ff;
  border-radius: 2px;
  position: absolute;
  top: 16px;
}

article .controls .all_input .input_range p {
  color: #e0e6ff;
  font-size: 20px;
  margin-top: 5px;
}

article .controls .all_input button {
  width: 100%;
  color: #6495ff;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #6495ff;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article .controls .all_input button:hover, article .controls .all_input button.active {
  color: #e0e6ff;
  background: #6495ff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

article .controls .all_input button#color_pick, article .controls .all_input button#shading {
  margin-bottom: 25px;
}

article .controls .all_input button#clear {
  border: 2px solid #ff2525;
  color: #ff2525;
}

article .controls .all_input button#clear:hover {
  color: #e0e6ff;
  background: #ff2525;
  border: 2px solid #ff2525;
}

.etch_grid_container {
  position: relative;
  z-index: 10;
  background: #22244d;
  border: 2px solid #2a2e5e;
  border-radius: 5px;
  margin: 0 25px;
  padding: 25px;
  width: 610.34px;
  height: 610.34px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.etch_grid_container h2 {
  position: absolute;
  -webkit-transform: translate(-23%, -115%);
          transform: translate(-23%, -115%);
  right: 0;
  background: #e0e6ff;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
}

.etch_grid_container .grid_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[4];
      grid-template-rows: repeat(4, 1fr);
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.etch_grid_container .grid_container .grid_element {
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.etch_grid_container .grid_container .grid_element.toggle_border {
  border-top: 1px solid #22244d;
  border-right: 1px solid #22244d;
}

@-webkit-keyframes bg_rotate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes bg_rotate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/*# sourceMappingURL=style.css.map */