@font-face {
    font-family: 'Churchward Roundsquare';
    src: url('ChurchwardRoundsquare\ Regular.ttf') format('truetype');
}

body {
    margin: 15px;
    background: #fffffa;
    position: relative;
}

h1 {
    font-family: 'Churchward Roundsquare';
    font-size: 36px;
}

.ant {
    position: fixed;
    font-size: 20px;
    user-select: none;
    pointer-events: none;
    z-index: 100;
}

.gallery-photo {
    pointer-events: none;
}

#header {
    position: fixed;
    top: 0;
    left: 4px;
}

#flyer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 80%;
    margin: 20px;
    z-index: 99;
}
