:root {
  --bg-main: #1A1C1D;
  --bg-panel: #2B2E2F;
  --border-main: #3A3F41;

  --text-primary: #E5E5E5;
  --text-secondary: #B0B4B6;

  --accent-cyber: #2EE6D6;
  --accent-warning: #F2A900;
  --accent-industrial: #B08D57;
  --accent-hope: #5E8C61;
}

body {
  background-color: var(--bg-main);
}

.title {
  z-index:5;
  position:absolute;
  top:20px;
  right:380px;
  background-color: var(--bg-main);
  float:right;
  font-family: "Silkscreen", sans-serif;
  font-size:3rem;
  color:#a4e100;
  width:300px;
  text-align:center;
}

.divider {
background-image: linear-gradient(135deg, #1a1c1d 33.33%, #a4e100 33.33%, #a4e100 50%, #1a1c1d 50%, #1a1c1d 83.33%, #a4e100 83.33%, #a4e100 100%);
background-size: 42.43px 42.43px;
  height:25px;
  width:80%;
}