@font-face {
  font-family: TrekTNGMonitors;
  src: url(assets/TrekTNGMonitors.ttf);
}

* {
  font-family: TrekTNGMonitors;
}

body {
  color: rgb(228, 207, 88);
  background-color: black;
}

h1 {
  font-size: 40px;
  color: rgb(228, 207, 88);
  background-color: black;
  text-align: center;
  position: fixed;
  top: 1%;
  left: 34%;
  z-index: 20;
  padding: 10px;
  width: 30%;
}

.midScreen {
  display: flex;
  flex-direction: row;
  margin: 200px;
  top: 800px;
  justify-content: center;
  align-items: center;
}
.quote {
  width: 272px;
  height: 272px;
  font-size: 25px;
  color: rgb(228, 207, 88);
  background-color:rgb(0, 0, 0);
  text-align: left;
  z-index: 5;
  border-radius: 18px;
  padding: 16px;
  line-height: 1.6;
  margin: 20px;
}

.luminary {
  z-index: 6;
  text-align: center;
  height: 100%;
  margin: 20px;
}

.backpanel1 {
  font-size: 10px;
  color: black;
  background-color: rgb(228, 207, 88);
  width: 84%;
  height: 80%;
  border-radius: 90px;
  text-align: left;
  position: fixed;
  top: 10%;
  left:8%;
  z-index: -1;
}

.backpanel2 {
  font-size: 10px;
  color: rgb(228, 207, 88);
  background-color: rgb(0, 0, 0);
  height: 76%;
  width: 64%;
  border-radius: 60px;
  text-align: left;
  position: fixed;
  top: 12%;
  left: 18%;
  z-index: 2;
}

.pnl {
  font-size: 10px;
  color: rgb(136, 136, 227);
}

.pnl.Label5 {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 8;
}

.bar1 {
  color:rgb(185, 195, 45);
  background-color: rgb(0, 0, 0);
  left: 2%;
  width: 99%;
  height: 20px;
  bottom: 30%;
  z-index: 2;
  position: fixed;
}

.bar2 {
  color:rgb(185, 195, 45);
  background-color: rgb(0, 0, 0);
  left: 2%;
  width: 99%;
  height: 20px;
  top: 28%;
  z-index: 2;
  position: fixed;
}

.bar3vert {
  color:rgb(185, 195, 45);
  background-color: rgb(0, 0, 0);
  left: 35%;
  width: 15px;
  height: 100%;
  z-index: 1;
  position: fixed;
}

.bar4vert {
  color:rgb(185, 195, 45);
  background-color: rgb(0, 0, 0);
  right: 35%;
  width: 15px;
  height: 100%;
  z-index: 1;
  position: fixed;
}

.button {
  font-size: 40px;
  color: black;
  background-color: rgb(228, 207, 88);
  width: 20%;
  height: 100px;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  bottom: 160px;
  left: 40%;
  padding: 5 1 9 1;
  z-index: 18;
  border: none;
}

h5 {
  width: 20%;
  padding: 10px;
  border-radius: 10px;
  position: fixed;
  text-align: center;
  left: 39%;
  bottom: 20px;
}

/* 
COLOR CODING: 
#7c6378
#9698FD
#CB99CE
#CDA2AA
#FE9900
#FCC359
#FCCD97
#ECC48B
#E7BD63
#cc6463
#Cb6595

 */


 /* ========================== MEDIA QUERIES ================ */

 @media (max-width: 800px) {
  .midScreen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  