@font-face {
  font-family: 'eva1';
  src: url('./fonts/EVA-Matisse_Classic.ttf') format('truetype');
}

@font-face {
  font-family: 'eva2';
  src: url('./fonts/BRUSHCUT.OTF') format('opentype');
}

@font-face {
  font-family: 'eva3';
  src: url('./fonts/GANDHISANS-BOLD.OTF') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'eva3';
  src: url('./fonts/GANDHISANS-BOLDITALIC.OTF') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'eva5';
  src: url('./fonts/KINGTHINGSCLARITYFNFVER.TTF') format('truetype');
}

body {
    background-color: black;
    background-position: 50% -5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image:url(./images/background.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:0.5cqw;

}




