@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap');
        head, body{
            width:100%;
            height:100%;
            overflow: hidden;
            top:0;
            left:0;
            margin:0;
            padding:0;
        }

        h1, h2, h3, h4 {
            position: absolute;
            z-index: 1;
            color: #fff;
            font-family: 'Agdasima', sans-serif;
            left: 0; bottom: 0; right: 0;
            margin: auto;
            user-select: none;
            padding: 0;
            
        }

        #text-h1 {
            font-weight: 700;
            text-align: center;
            letter-spacing: 4px;
            height: 15%;
        }

        #text-h2 {
            font-size: 16px;
            font-weight: 400;
            text-align:center;
            letter-spacing: 11px;
            bottom: 9%;
        }

        #text-h3 {
            font-size: 15px;
            font-weight: 400;
            text-align:center;
            letter-spacing: 3px;
            bottom: 4%;
        }

        #text-h4 {
            font-size: 15px;
            font-weight: 400;
            text-align:center;
            letter-spacing: 3px;
            bottom: 50%;
            left: 3%;
        }

        h3 a {
            font-size: 20px;
            color: #aaa;
            transition: 0.82s ease-out;
            text-decoration: none;
        }

        h3 a:hover {
            font-size: 20px;
            cursor: pointer;
            font-weight: 100;
            color: #fff;
            opacity: 95%;
            transition: 0.07s ease-out;
            padding: 6px;
            border-radius: 10px;
        }

       h3 a:active {
            cursor: pointer;
            font-size: 15px;
            font-weight: 100;
            opacity: 100%;
            color: #fff;
            padding: 6px;
            border-style:inset;
            border-color: #eee;
            transition: 0.07s ease-out;
        }

        h3 a:active {
            cursor: pointer;
            font-size: 15px;
            font-weight: 700;
            opacity: 100%;
            color: #fff;
            padding: 6px;
            border-style:inset;
            border-color: #eee;
            transition: 0.07s ease-out;
        }


       

        h4 {
            position: absolute;
            
        }


        #text-h4 a {
            font-size: 78px;
            color: #aaa;
            transition: 0.22s ease-out;
            text-decoration: none;
            letter-spacing: 55px; }

        #backtotitle a {
            font-size: 48px;
            color: #aaa;
            transition: 0.22s ease-out;
            text-decoration: none;
            letter-spacing: 15px;}

        #text-h4 a:hover {
            font-size: 78px;
            cursor: pointer;
            font-weight: 700;
            color: #fff;
            opacity: 95%;
            transition: 0.02s ease-in;}

        #backtotitle a:hover {
            font-size: 48px;
            cursor: pointer;
            font-weight: 300;
            color: #fff;
            opacity: 95%;
            transition: 0.02s ease-in;
            transition: 3.83s ease-out; }
            
        h4 a:before{
            color: #e33;
            transition: 5.07s ease-out;}
        
        .youtube-video {
            position: absolute;
            aspect-ratio: 16 / 9;
            width: 50%;
            margin: 0 auto;
        }

        @media screen and (min-width: 1080px) {
            .youtube-video {
                width: 50%;
                left: 25%;
                bottom: 25%;
             }
            #text-h2 {
                bottom: 7.5%;
            } 
        }

        @media screen and (max-width: 1080px) {
            .youtube-video {
                width: 80%;
                left: 10%;
                bottom: 35%;
             }
            #text-h2 {
                bottom: 7.5%;
            }
        }

        @media screen and (max-width: 580px) {
            .youtube-video {
                width: 80%;
                left: 10%;
                bottom: 35%;
             }
            #text-h2 {
                bottom: 7.5%;
            }
            #text-h4{
                left: 10%;
            }


        }