@font-face {
  font-family: 'MakiCircleHand'; 
  src: url('../font/makiirclehand.woff2') format('truetype');
  font-display: swap;
}


.activity-body{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;

}

.activity-shell{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    border-radius: 20px;
    background-color: brown;

}

    .activity-shell-title{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: 10%;
        padding: 30px 0;
        margin: 20px 0 0 0;
        background-color: white;
        border: black solid 10px;
        border-radius: 20px;
        font-size: 50px;
        font-weight: bold;

    }

    .activity-hole-cover{
        display: flex;
        width: 85%;
        height: auto;
        margin: 0 0 50px 0;

    }

        .activity-hole{
            width: 5%;
            height: auto;
            margin: 40px 0 20px 0;
            background-color: white;
            border-radius: 20px 0 0 20px;
            box-shadow: 8px 8px 4px;

        }

            .activity-hole-content-top{
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                height: 100%;
                margin: 25% 0;

            }


                .activity-hole-content{
                    width: 40%;
                    height: 20%;
                    margin-bottom: 3vh;
                    border-radius: 100%;
                    background-color: rgb(103, 17, 17);
                    box-shadow: 0.5vw 0.5vw black inset;

                }

        .activity-hole-another{
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 95%;
            height: auto;

        }

            .activity-shell-notebook-header-cover{
                display: flex;
                width: 100%;
                height: auto;
            }

                .activity-shell-notebook-header{
                    display: flex;
                    justify-content: right;
                    width: 85%;
                    height: auto;
                    background-color: white;
                    margin: 40px 0 0 0;
                    box-shadow: 8px 8px 4px;

                }

                    .activity-shell-notebook-header-text-cover{
                        display: flex;
                        flex-direction: column;
                        width: 100%;
                        height: auto;
                        margin: 30px 0;
                    }

                    .activity-shell-notebook-header-text{
                        width: 13vw;
                        height: auto;
                        border-bottom: 3px solid #ff0026;
                        font-size: clamp(1rem,1vw,100px);

                    }

                .activity-shell-notebook-fold{
                    display: flex;
                    justify-content: right;
                    width: 15%;
                    height: auto;
                    margin: 40px 0 -1px -1px;
                    background-color: white;
                    clip-path: polygon(0% 0%, 10% 0%, 100% 90%, 100% 100%, 0% 100%)

                }

                    .activity-shell-notebook-fold-content{
                        width: 90%;
                        height: 90%;
                        margin:0 0 5% 5%;
                        background-color: white;
                        border-radius: 0 0 0 20px;
                        box-shadow: -2px 3px 10px;

                    }

            .activity-shell-notebook-cover{
                display: flex;
                width: 100%;
                height: auto;

            }

                .activity-shell-notebook{
                    width: 94%;
                    height: auto;
                    margin: 0 0 20px 0;
                    background-color: white;
                    box-shadow: 8px 8px 4px;

                }

                    .activity-shell-notebook-text{
                    padding: 0 40px 30px 20px; 
                    font-size: clamp(1rem, 2vw ,100px);
                    line-height: 8vh; 
                    background-image: linear-gradient(#ff0026 2px, transparent 1px);
                    background-size: 100% 8vh; 
                    background-position: 0 7.5vh;
                    word-wrap: break-word;
                    font-family: 'MakiCircleHand', sans-serif;
                    margin: 0 0 50px 0;

                    }

                .activity-shell-notebook-asist{
                    width: 6%;
                    height: auto;
                    background-color: white;
                    margin: 0 1px 20px 0;
                    box-shadow: 8px 8px 4px;
                    border-radius: 0 0 20px 0;

                }

