.transmit {
    padding-left: 10px;
    order: 4;
    width: 100%;
    margin: 0;
    max-width: 100%;
    bottom: 100px;
    margin: 20px auto 0px ;
    border-top: 1px solid #000;
}

.youtubelogo{
    padding: 20px 5px 10px 5px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.youtubelogo a{
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    padding: 20px 10px 20px 10px;
}
.youtubelogo img{
    width: 120px;
    /* height: 24px; */
}
.test2 img{
    width: 40px;
    /* height: 24px; */
}
.youtubelogo p{
    color: #000;
    margin: 0 5px 0 20px;
    font-size: 18px;
    line-height: 1;
    transform: translateY(2px);
    /* display: none; */
}
.test2 p{
    color: #000;
    margin: 0 5px 0 0px;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-2px);
    font-family: auto;
    /* display: none; */
}
.transmit a:hover p{
    color: #0925ba;   
    text-decoration:underline;
}
.copyright{
    margin: 10px 0 0;
}

@media screen and (max-width: 650px){

    .youtubelogo a{
    padding: 20px 10px 20px 10px;
    }   
    .youtubelogo img{
        width: 100px;
        /* height: 20px; */
    }
    .test2 img{
        width: 35px;
    }
    .youtubelogo p{
        margin: 0 5px 0 20px;
        font-size: 16px;
        transform: translateY(3px);
    }
    .test2 p{
        margin: 0 5px 0 0px;
        font-size: 16px;
        transform: translateY(-1px);
    }

    

}