        .heading {
            text-align: center;
            font-size: 18px;
        }
                    
        .about-card {
            border-radius: 15px;
            padding: 15px;
            display: flex;
            gap: 20px;
        }

        .about-card div {
            margin: 0 auto;
        }

        .about1 {
            min-height: 500px;
            max-height: 500px;
            min-width: 300px;
            max-width: 300px;
            background-color: rgba(0, 0, 0, 0.144);
            border-radius: 50%;
            margin: 10px;
            padding: 15px;
            overflow-y:  none;
            overflow-x: none;
        }

        .oneirataxia {
            width: 100%;
            height: 100%;
            object-fit: contain;            
            pointer-events: none;
        }

        .about2 {
            min-height: 500px;
            max-height: 500px;
            min-width: 300px;
            max-width: 300px;
            background-color: transparent;
            border-radius: 10px;
            text-align: left;
            font-size: 12px;
            overflow-y: none;
            overflow-x: none;
        }

        .about-card ul {
            list-style-type: none;
        }

        .small-info {
            max-width: 280px;
            max-height: 200px;
            overflow-y: auto;
            padding:  20px;
            margin: 0 auto;
            font-size: 11px;
            background-color: rgba(0, 0, 0, 0.500);

        }

        .interests {
            display: flex;
        }

        .interests div {
            min-width: 180px;
            max-width: 180px;
            min-height: 210px;
            max-height: 210px;
            background-color: rgba(0, 0, 0, 0.300);
            border-radius: 10px;
            margin: 0 auto 10px;
            padding: 10px 5px 5px 5px;
            font-size: 12px;
            overflow-y: auto;
            overflow: none;
            }

        .interests div::-webkit-scrollbar {
            display: none;                
            }

        .interests li {
            padding: 5px 0 5px 0;
            }

        .stamps-container {
                display: flex;
                min-height: 200px;
                min-width: 660px;
                max-height: 200px;
                max-width: 660px;
                background-color: rgba(0, 0, 0, 0.200);
                border-radius: 10px;
                margin: 20px auto 30px;
                padding: 10px;
                overflow: none;
            }

        .blinkies-box {
                display: flex;
                min-height: 80px;
                max-height: 80px;
                min-width: 650px;
                background-color: rgba(0, 0, 0, 0.200);
                border-radius: 10px;
                margin: 30px auto 30px;
                padding: 5px;
                overflow: none;
            }

        .blinkies {
                margin: 8px;
            }

        .relatable {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                min-height: 300px;
                max-height: 300px;
                min-width: 660px;
                max-width: 660px;
                padding: 10px;
                background-color: rgba(0, 0, 0, 0.200);
                border-radius: 10px;;
                overflow-x: none;
                overflow-y: auto;
            }

        .meme-images {
                margin: 3px;
            }

        .about-page .bunny {
                bottom: -990px;
            }