
@font-face {
    font-family: 'arial_narrowregular';
    src: url('https://www.bratgenerator.com/sites/g/files/g2000017981/files/2024-03/arial_narrow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    display: flex;
    height:80vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #8acf00;
}

body::before {
    padding-top: 3rem;
    content: "asdfghjklzxcv :P";
    font-size: 96px;
    color: black;
    font-family: arial_narrowregular, "Arial Narrow", sans-serif;
    font-weight:500;
    filter: blur(2px)
}