* {
    line-height: calc(1em + 0.5rem);
  }
  
  :root {
    --clr-dark: #101623;
    --clr-light: #d8b4fe;
    
    --clr-purple: #9333ea;
    --clr-red: #ed1249;
    --clr-black: #111827;
  }
  
  
  body {
    background-color: var(--clr-dark);
    color: var(--clr-light);
    font-family: Helvetica;
    
    background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/86055846_BgtTPx2P3dUKCHz.png);
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  
  img{
      display: block;
      max-width: 100%;
      user-select: none;
  }
  
  a {
    color: var(--clr-red);
  }
  
  button {
    display: inline-block;
    cursor: pointer;
    
    background: none;
    padding: 0px;
    border: none;
  }
  
  .container {
  /*  width: 100%;*/
    max-width: 1920px;
    min-width: 500px;
    
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /* ===== Scrollbar CSS ===== */
    /* Firefox */
    * {
      scrollbar-width: thin;
      scrollbar-color: #752bbf #030712;
    }
  
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
      width: 14px;
    }
  
    *::-webkit-scrollbar-track {
      background: #030712;
    }
  
    *::-webkit-scrollbar-thumb {
      background-color: #752bbf;
      border-radius: 12px;
      border: 3px solid #ffffff;
    }
  
  /* ============================== BASICS_END ============================== */
  
  /* ============================== BUTTONS ============================== */
  .btn_text {
    display: inline-block;
    border: solid 1px var(--clr-purple);
    font-family: Terminal;
    text-transform: uppercase;
    font-size: 1.2rem;
    
    box-shadow: 0px 0px 3px var(--clr-purple);
    color: var(--clr-purple);
    border-radius: 5px;
    padding: auto;
    width: 100%;
    margin-top: 15px;
  }
  
  .btn_text:hover{
    border: solid 1px var(--clr-light);
    box-shadow: 0px 0px 18px var(--clr-purple);
    text-shadow: 0px 0px 10px var(--clr-light);
    
    color: var(--clr-light);
  }
  
  .btn_img{
      width: 90%;
      border-radius: 20px;
      border-top: double #fd040400 1px;
      border-bottom: double #fd040400 1px;
      
      padding-top: 3px;
      padding-bottom: 12px;
      padding-left: 5px;
      padding-right: 5px;
  }
  
  .btn_img:hover{
    
    border-top: solid 1px var(--clr-light);
    border-bottom: solid 1px var(--clr-light);
  }
  
  
  /* ============================== BUTTONS_END ============================== */
  
  .main{
    border-radius: 15px;
    background-color: var(--clr-dark);
    width: 1000px;
  
    
    margin-top: 180px;
    margin-bottom: 100px;
    
    padding-bottom: 18px;
    
    position: relative;
  }
  
  @property --angle{
      syntax: "<angle>";
      initial-value: 0deg;
      inherits: false;
  }
  
  
  .main::after, .main::before{
    
    border-radius: 15px;
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      z-index: -1;
      padding: 3px;
  
      background-image: conic-gradient(from var(--angle), #9333ea, #030712, #9333ea, #030712, #9333ea);
      animation: 10s spin linear infinite;
  }
  
  .main::before{
      filter: blur(1.2rem);
  }
  
  @keyframes spin{
      from{
          --angle: 0deg;
      }
      to{
          --angle: 360deg;
      }
  }
  
  
  selector {
        word-wrap: break-word;      /* IE 5.5-7 */
        white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
        white-space: pre-wrap;      /* current browsers */
  }
  
  .Subtitle{
    background-color: #182134;
    padding: 11px;
    
    width: 90%;
  }
  
  /* ============================== STUFF ============================== */
  .basics{
    padding-top: 20px;
    margin-top: 40px;
    
    display: inline-flex;
  }  
  
  .basics_tittle{
    font-family: 'Array', sans-serif;
  }
  
  .basic_img{
    border-radius: 50%;
    animation-name: spiny;
    animation-duration: 30000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    height: 400px;
    margin: auto;
  }
  
  @keyframes spiny {
      from {
          transform:rotate(0deg);
      }
      to {
          transform:rotate(360deg);
      }
  }
  
  .b_right {
    width: 500px;
    
    overflow: hidden;
  }
  
  .b_left {
    width: 500px;
    
    
    overflow: hidden;
  }
  
  .blinkies {
    width: 80%;
    margin: auto;
    display: inline-flex;
  }

  .divider {
    border-bottom: dotted 6px var(--clr-red);
    margin: 25px;
  }
  
  /* ============================== MENU ============================== */
  
  .menu {
    padding: 0px 0px 30px 0px;
    margin: auto;
    text-align: center;
    
    width: 460px;
    background: var(--clr-dark);
  }
  
  .sub_tittle{
    font-family: terminal;
    
    font-size: 3.8rem;
    letter-spacing: 8px;
  }
  /* ============================== R_Decor-END ==============================  */
  
  /* =============== Billboard_Text ===============  */
  .basic_t {
    border-bottom: dotted 6px var(--clr-red);
    
    text-align: center;
    line-height: 0px;
    
    margin: 25px;
  }
  
  .main_tittle {
    font-family: 'Array', sans-serif;
    text-shadow: 0 0 5px #9333ea,
                0 0 10px #9333ea,
                0 0 15px #9333ea;
    
    letter-spacing: 3px;
    font-size: 3.9rem;
    margin: 1px;
    
    animation:3s blink infinite linear alternate;
  }
  
  @keyframes blink{
        60%, 70%, 79%{
        opacity: 1;
    }
    
    65%, 67%, 76%, 78%{
        opacity: 0.2;
    }
    
    66%, 69%, 77%{
        opacity: 0.8;
    }
  }
  
  /* =============== Billboard_Text-END ===============  */
  
  .button{
    width: 350px;
    height: 200px;
    margin: 50px;
    margin-top: 20px;
    margin-left: 120px;
    padding: 5px;
  }
  
  .button_text {
    padding-left: 15px;
    padding-right: 5px;
  }
  
  .t_deco{
    border-bottom: dotted 6px var(--clr-red);
    line-height: 0px;
  
    margin: 5px;
  }
  
  .button_t {
    font-family: 'Array', sans-serif;
    font-size: 2.3rem;
    margin-left: 15px;
  
    text-shadow: 0 0 10px #9333ea;
    line-height: 0;
  }
  
  .resize {
    background: #1a2235;
    padding: 6px;
    border: solid 2px var(--clr-purple);
    font-family: 'Courier New', Courier, monospace;
    color: var(--clr-light);
  
    height: 30px;
    width: 200px;
  
    margin: auto;
    margin-left: 20%;
    resize: both;
    overflow: auto;
  }
  
  /* ============= Updale_log ==============*/
  
  .log{
    text-align: center;
    
    margin-top: 40px;
  }
  
  .log_subtitle{
    position: sticky;
    top: 20px;
  }
  
  .Update_log{
    width: 560px;
    
    margin: auto;
    height: 230px;
    
    overflow: scroll;
    overflow-x: hidden;
  }
  
  Update_log::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  Update_log::-webkit-scrollbar-track {
    background: orange;        /* color of the tracking area */
  }
  
  Update_log::-webkit-scrollbar-thumb {
    background-color: blue;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid orange;  /* creates padding around scroll thumb */
  }
  
  .bread{ 
    height: 120px;  
  }
    
  .temp{
    border: solid 2px red;
  }
  /* ============= Updale_log-End ==============*/
  
  /*  */
  /* ============================== STUFF_END ============================== */
  