body{
    background-image: url(https://i.postimg.cc/X76ptZMW/111.png);
    background-attachment: fixed;
    background-size: contain;
    font-family: 'LobsterFugu', serif;
    font-size: x-large;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background-position: center;

}
.draggable_div {
    position: absolute;
    z-index: 9;
    background-image: url("https://i.postimg.cc/Y0pmVWhv/Notepad-v2.png");
    image-rendering: optimizeSpeed;
    background-size: cover;
    text-align: center;
    width: 294px;
    height: 400px;
    padding: 10px;

}

.draggable_div_container {
    z-index: 11;
    margin-top: -25px;
    width: 297px;
    height: 367px;
    overflow: scroll;
    scrollbar-width: none;
}

.draggable_div_header {
    padding: 30px;
    cursor: move;
    z-index: 10;
    color: black;
    font-weight: bold;
}

footer{
    text-align: center;
}
h1 {
    font-family:'AppleNewIslandRegular', sans-serif;
    text-align: center;
    align-content: end;
    color: #414141 ;
}
h4 {
    font-family: 'Retroma Vibes', serif, sans-serif;
    color: #414141 ;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
li {
    padding: 2px;
}
p {
    display: inline-flex;
    text-align: justify;
    padding: 15px;
    font-size: 18px;
    color: #414141 ;
}
span {
    color:#414141 ;
}

.dashed{
    border: 2px dashed black;
}
.container {
    position: absolute;
    width: 940px;
    padding: 20px;
    background-image: url("https://i.postimg.cc/4d1YzxBs/paper-v2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    height: 1253px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bunny {
    position: absolute ;
    z-index: 15;
    width: 380px;
    height: auto;
    margin-left: -650px;
    margin-top: 420px;
    image-rendering: optimizeSpeed;
    transition: transform 0.2s ease;
}
.bunny:hover{
    transform: scale(1.01);
}
.ncont {
    position: absolute;
    margin-top: 193px;
    margin-left: 278px;
    width: 620px;
    height: 765px;
    align-content: center;
    overflow: scroll;
    scrollbar-width: none;
}

.navcont {
    overflow: hidden;
    position: absolute;
    margin-top: 160px;
    margin-left: 930px;
    width: 300px;
    height: 760px;
}

.con {
    padding: 15px;
    text-align: center;
    vertical-align: middle;

}

.button1 {
    background-image: url("https://i.postimg.cc/t4fWTJmc/b1-v2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 180px;
    height: 180px;
    border: 0;
    background-color: transparent;
    pointer-events: fill;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    font-family: 'AppleNewIslandRegular', sans-serif;
    transition: transform 0.2s ease;

}
.button2 {
    background-image: url("https://i.postimg.cc/hGdx7nkt/b2-v2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 180px;
    height: 180px;
    border: 0;
    background-color: transparent;
    pointer-events: fill;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    user-select: none;
    font-family: 'AppleNewIslandRegular', sans-serif;
    transition: transform 0.2s ease;
}
.button1:hover{
    transform: rotate(2deg);
}
.button2:hover {
    transform: rotate(-2deg);
}
.button1:active, .button2:active{
    transform: scale(0.95);
}
.back {
    background-image: url(../assets/site_assets/back.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 180px;
    height: 180px;
    border: 0;
    background-color: transparent;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    user-select: none;
    font-family: 'AppleNewIslandRegular', sans-serif;
    transition: transform 0.2s ease;
    z-index: 9999;
}
.back:hover{
    transform: scale(1.01);
}
.back:active{
    transform: scale(0.95);
}

/*fonts*/
@font-face {
    font-family: 'AppleNewIslandRegular';
    src: url('../assets/fonts/apple-new-island-font/AppleNewIslandRegular-5yXpj.ttf') format('truetype');
}
@font-face {
    font-family: 'CreamySugar';
    src: url('../assets/fonts/creamy-sugar-font/CreamySugar-gxnGR.ttf') format('truetype');
}
@font-face {
    font-family: 'LobsterFugu';
    src: url('../assets/fonts/lobster-fugu-font/LobsterFuguRegular-JpaJ7.ttf') format('truetype');
}
@font-face {
    font-family: 'Retroma Vibes';
    src: url('../assets/fonts/Retroma Vibes.ttf') format('truetype');
}


/*!*phone*!*/
/*@media (max-width: 800px) {*/
/*    * {*/
/*        box-sizing: border-box;*/
/*    }*/

/*    html, body {*/
/*        max-width: 100%;*/
/*        overflow: hidden;*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        height: auto;*/
/*        min-height: 100vh;*/
/*        font-size: 0.8rem;*/

/*    }*/

/*    .bunny,*/
/*    .draggable_div {*/
/*        display: none;*/
/*    }*/

/*    body {*/
/*        background-image: url(/src/assets/site_assets/note1.jpg);*/
/*        background-size: contain;*/
/*        display: block;*/
/*        padding: 20px 0;*/
/*        height: auto;*/
/*    }*/

/*    .container {*/
/*        background-image: none;*/
/*        overflow-y: scroll;*/
/*        position: relative;*/
/*        width: 95%;*/
/*        max-width: 600px;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        height: auto;*/
/*        background-size: contain;*/
/*        margin: 20rem auto 0 auto;*/

/*    }*/

/*    .ncont{*/
/*        margin: 9rem auto 0 auto;*/
/*        position: relative;*/
/*        width: 100%;*/
/*        max-width: 700px;*/
/*        max-height: 700px;*/
/*        height: auto;*/
/*        overflow-y: auto;*/
/*        overflow-x: hidden;*/
/*        scrollbar-width: none;*/
/*        padding: 1rem;*/

/*    }*/

/*    .navcont {*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: center;*/
/*        gap: 0.5rem;*/
/*        position: relative;*/
/*        width: 100%;*/
/*        max-width: 700px;*/
/*        height: auto;*/
/*        overflow-y: auto;*/
/*        overflow-x: hidden;*/
/*        scrollbar-width: none;*/
/*        margin: 0.5rem 0;*/
/*        padding: 0.5rem;*/
/*    }*/

/*    .button1,*/
/*    .button2,*/
/*    .back {*/
/*        font-size: 0.7rem;*/
/*        width: 20vw;*/
/*        height: 20vw;*/
/*    }*/
/*    h1 {*/
/*        font-size: 1.8rem;*/
/*    }*/

/*    p {*/
/*        font-size: 16px;*/
/*        padding: 10px;*/
/*    }*/
/*}*/

