:root {
    --bs-1st: #ffcc80;
    --bs-2nd: #81d4fa;
    --bs-3rd: #c5e1a5; 
    --bs-4th: #ce93d8;
    --bs-wt: #F6F2E6;
    --bs-bk: #231F20;
    --bs-gy: #676767;
    --bs-1st-t: rgba(255,204,128, 0.3);
    --bs-2nd-t: rgba(129, 212,250, 0.3);
  }
  /* Font-face--*/
  @font-face {
      font-family: 'conthrax';
      src: url('../font/conthrax-sb.ttf');
  }
  @font-face {
    font-family: 'robot';
    src: url('../font/Roboto-Regular.ttf');
  }
  html, body {
    overflow: hidden;
  }
  body {
    font-family: 'robot';
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    padding: 0;
  }
