@font-face {
    font-family: lounge;
    src: url(../FontsSrc/loungeFont.ttf);
}

@font-face {
    font-family: bookAntiqua;
    src: url(../FontsSrc/bookAntiqua.ttf);
}

body{
    color: rgb(56, 56, 56);
    font-family: bookAntiqua;
}