/*!
 * BNAEQA v1.0.0 (https://bnaeqa.my.id)
 * Copyright 2024 BNAEQASOFT
 */

 :root{
   --back1: #2D3250;
   --back2: #424769;
   --back3: #7077A1;
   --fore1: #FFFFFF;
   --fore2: #F6B17A;
 }

 nav {
   background-color: var(--back1) !important;
   color: var(--fore2) !important;
   /* overflow: hidden !important; */
 }

 body {
   background-color:  var(--back2) !important;
 }

.navbar-logo {
  width: inherit;
  height: inherit;
  position: relative;
  transform: translateY(2px);
}

.gold-color {
  color: var(--fore2) !important;
}

a, p, h1, h2, h3 {
  font-family: "Honk", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "MORF" 15,
    "SHLN" 50;

}

.remove-margin a,p,h1,h2,h3 {
  margin: 0px;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;

}

h3 {
  font-size: 2.5rem;
}

.center-font {
  text-align: center;
}

.center-self {
  margin: auto;
  transform: translateY(50%);
}
