@font-face {
    font-family: 'Fira Code';
    src: url('fonts/FiraCodeNerdFont/Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
  height: 100%;
}

body {
  background: #1e1e2e;
  color: #cdd6f4;
  font-family: "Fira Code", monospace;

  display: flex;
  justify-content: center;
  align-items: center;
}

body, pre {
  font-family: "Fira Code", monospace;
}

.wainbow {
  font-weight: bold;
  
  background: #E78284;
  background: linear-gradient(130deg, rgba(231, 130, 132, 1) 0%, rgba(231, 130, 132, 1) 17%, rgba(239, 159, 118, 1) 17%, rgba(239, 159, 118, 1) 33%, rgba(229, 200, 144, 1) 33%, rgba(229, 200, 144, 1) 50%, rgba(166, 209, 137, 1) 50%, rgba(166, 209, 137, 1) 67%, rgba(133, 193, 220, 1) 67%, rgba(133, 193, 220, 1) 83%, rgba(140, 170, 238, 1) 83%);
  background-clip: text;
  color: transparent;
}

.fwog {
  color: #a6d189;
}
