        body{
            background-image:url('../images/star_blink.gif');
            background-position: center;
            background-size: cover;
            color: white;
        }
        h1 {
            font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            text-align: center;
            font-size: 45px;
        }
        h3 {
            text-align: center;
        }
        #zinco  {
            font-size: 100px;
        }
        #tiktok {
            max-width: 400px;
            max-height: 200px;
        }
        #github {
            max-width: 400px;
            max-height: 200px;
        }
        #bluesky {
            max-width: 400px;
            max-height: 200px;
        }
        .cotainer2 {
            width: 100%;
            flex-wrap: wrap;
            display: flex;
            grid-template-rows: 100px 100px 10px;
            grid-template-columns: auto;
            margin: 0;
            padding: 0;
            align-content: center;
        }
        .item-1 {
            grid-row: span 1;
            grid-column: span 1;
        }
        .item-2 {
            grid-row: span 2;
            grid-column: span 1;
        }
        .item-3 {
            grid-row: span 3;
            grid-column: span 1;
        }
        #footer {
            position: absolute; 
            bottom: 0; 
            left: 0; 
            width: 100%; 
            text-align: center;
        }
        @media (max-width: 390px) {
            #tiktok {
                max-width: 300px;
                max-height: 150px;
            }
            #github {
                max-width: 300px;
                max-height: 150px;
            }
            #bluesky {
                max-width: 300px;
                max-height: 150px;
            }
        }