@font-face {
    font-family: 'PixelatedElegance';
    src: url('./PixelatedElegance.ttf');
    font-weight: normal;
    font-style: normal;
}
*{
    color: red;
    font-family:'PixelatedElegance','Times New Roman', Times, serif;
    text-align: center;
    list-style-position: inside;
    background-image: url(./background.gif);
}
