:root {
    --font-family: "Comic Sans MS", "Comic Neue", "Comic Relief", "Segoe UI", sans-serif;
}

@font-face {
    font-family: 'Comic Relief';
    src: url('https://cs.taltech.ee/staff/sislin/media/ComicRelief-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    display: table;
    margin: auto;
}

body {
    font-family: var(--font-family);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
