/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

html {
  scrollbar-width: thin;
}

body {
  background-color: #000000!important;
  color: #e7e7e7!important;
  font-family:questrial!important;
}

p {font-size:.95rem;}

a {color:#86a3c4!important;}

button {
  background:transparent;
  text-align: center;
  color:#cab1d0;
  border: 4px double #cab1d0;
  font-size:.9rem!important; 
}

button:hover {
  background:transparent;
  text-align: center;
  color:#86a3c4;
  border: 4px double #BE63BD;
  transition:.5s ease-in-out;}

  .wweh {
    display: flex;
    align-items: center;
    justify-content: center;  
    }

.gwey {
        display: flex;
        align-items:end;
        justify-content: end;
      }

h4, h5 {
  color:#cab1d0;
  font-family: orbitron;
  font-weight: 200!important;
}

div {
  scrollbar-width: thin;
}

/* PC */
@media only screen and (min-width: 768px) {

  .dies {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    }

  .mmgh {
    max-height:75vh;
    overflow:auto;
  }
  
  .hasastroke
  {-webkit-text-stroke-width: 1px;
    color:#ffffff;
  -webkit-text-stroke-color: #86a3c4;
  font-size:2.5rem;}

  .commissions {
    position:absolute;
  }

  .commissions:hover {
    z-index:999;
    backdrop-filter: blur(10px);
  }
      
  .pay { width:max-content;  }

  .pay:hover {
    z-index:999;
    backdrop-filter: blur(10px);
  }

  .free {
    position:absolute;
    z-index:1;
  }

  .free:hover  {
    z-index:999;
    backdrop-filter: blur(10px);
  }
  
  .navv {
    display: flex;
    position: fixed;
    top: 0;
    left: calc(50% - 130px);
    border-bottom:1px solid #cab1d0; 
    border-right:1px solid #cab1d0;
    border-left:1px solid #cab1d0;
    width:260px;
    justify-content: center;

  }
}

/* mobile */
@media only screen and (max-width: 768px) {

  .dies {
    display: flex;
    align-items: center;
    justify-content: center;  
    margin: 20px 10px 20px 10px;
    }

  .hasastroke
  {-webkit-text-stroke-width: 1px;
    color:#ffffff;
  -webkit-text-stroke-color: #86a3c4;
  font-size:1.5rem;}

  .pay {width:max-content}
  
  .navv {
    border:1px solid #cab1d0;
    margin: 20px 10px 20px 10px;
    display: flex;
    justify-content: center;
  }

}
