/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 12, 2021 */

@font-face {
    font-family: 'Candlescript Demo Version';
    src: url('candlescript_demo_version-webfont.woff2') format('woff2'), url('candlescript_demo_version-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    margin: auto;
    max-width: 414px;
}

body {
    margin: 0;
    color: #4a4a4a;
    font-size: 14px;
    min-height: 100%;
    line-height: 26px;
    font-weight: 400;
    background-color: #fafff2;
}

.cursor-default {
    cursor: default !important
}

body * {
    color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

.page {
    width: 100%;
    height: 659.56px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    position: relative;
    white-space: nowrap;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: baseline;
    color: rgb(119, 0, 0);
}

.animation-circle {
    clip-path: circle(0% at 50% 50%);
}

.candlescript {
    font-family: "Candlescript Demo Version";
}

.lora {
    font-family: "Lora";
}

.fleur-de-leah {
    font-family: "Fleur De Leah";
}

.zilla-slab {
    font-family: "Zilla Slab";
}

.animatation-circle-page-1 {
    animation: 3s ease 1s 1 normal forwards running circle;
}

.animatation-circle-page-2 {
    animation: 3s ease 3s 1 normal forwards running circle;
}

#mycanvas_1 {
    background-image: url("images/page1.JPEG");
}

#mycanvas_2 {
    background-image: url("images/page2.JPEG");
}

#mycanvas_3 {
    background-image: url("images/page3.JPEG");
}

#mycanvas_4 {
    background-image: url("images/page4.JPEG");
}

#mycanvas_5 {
    background-image: url("images/page5.JPEG");
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes circle {
    0% {
        -webkit-clip-path: circle(0%);
        clip-path: circle(0%)
    }
    to {
        -webkit-clip-path: circle(100%);
        clip-path: circle(100%)
    }
}