@font-face {
    font-family: 'StudentStoriesFont';
    src: url('../fonts/Lionel Text Genuine Regular.ttf');
}

body {
    font-family: StudentStoriesFont;
    background-color: #dae0e6;
    color: black;
    margin: 0;
    padding: 0;
}