html{
    caret-color: transparent;
}
iframe{
    height: 1100px;
    width: 1100px;
    border: none;
    margin-left: 15%;
    margin-top: -10%;
    }
    #blogs-head{
        padding-bottom: 0;
    }
    #home_pad{
        position: fixed;
    }
    #extra-space{
        min-width: 100vw;
        min-height: 100vh;
        width: 100vw;
        height: 100vh;
        background-color: transparent;
    }

@media (max-width: 768px) {
    #blogs-head{
        font-size: 45px;
    }
    iframe{
        height: 530px;
        width: 530px;
        border: none;
        margin-left: -10%;
        margin-top: -20%;
        }
        #blogs-head{
            padding-bottom: 0;
        }
        #home_pad{
            position: fixed;
        }
        #extra-space{
            min-width: 100vw;
            min-height: 100vh;
            width: 100vw;
            height: 100vh;
            background-color: transparent;
        }
    
}