body {
  background-color: black;
  color: white;
  font-family: 'vtks_trunkset';
}
.iNiTiAL{
  font-family: 'vtks_trunkset'; 
    display: flex;
   justify-content: center;
   align-items: center;
   height: 200px;
   border: 3px white;
}

.FIRST{
  font-family: "PICKYSIDE";
  position: absolute;
-moz-transform: rotate(90deg);
-webkit-transform: 90deg;
-ms-transform: 90deg;
-o-transform: 90deg;
}
@font-face {
    font-family: 'Punk Kid';
    src: url('PunkKid.woff2') format('woff2'),
        url('PunkKid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PICKYSIDE';
    src: url('FONTS/PICKYSIDE.woff2') format('woff2'),
        url('FONTS/PICKYSIDE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kingthings';
    src: url('FONTS/Kingthings.woff2') format('woff2'),
        url('FONTS/Kingthings.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

